diff --git a/src/inventory.h b/src/inventory.h index cee81a21..a303fa0d 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)