aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r--src/game/Unit.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp
index 2d2db26ef89..e8955a18124 100644
--- a/src/game/Unit.cpp
+++ b/src/game/Unit.cpp
@@ -207,7 +207,6 @@ Unit::~Unit()
if (m_vehicleKit)
delete m_vehicleKit;
- assert(m_cleanupDone);
assert(!m_attacking);
assert(m_attackers.empty());
assert(m_sharedVision.empty());