diff options
-rw-r--r-- | src/inventory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inventory.h b/src/inventory.h index cee81a21e..a303fa0de 100644 --- a/src/inventory.h +++ b/src/inventory.h @@ -95,7 +95,6 @@ public: void add(u16 count) { - assert(m_count + count <= getStackMax()); m_count += count; } void remove(u16 count) |