summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/object/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/object.cpp b/src/object/object.cpp
index f14cf80..b621ef2 100644
--- a/src/object/object.cpp
+++ b/src/object/object.cpp
@@ -600,7 +600,7 @@ bool CObject::ExploObject(ExploType type, float force, float decay)
}
}
- if ( EXPLO_BOUM )
+ if ( type == EXPLO_BOUM )
{
if ( m_shotTime < 0.5f ) return false;
m_shotTime = 0.0f;