summaryrefslogtreecommitdiff
path: root/src/game/g_buildable.c
diff options
context:
space:
mode:
authorTim Angus <tim@ngus.net>2001-08-25 16:07:22 +0000
committerTim Angus <tim@ngus.net>2001-08-25 16:07:22 +0000
commit999320c83474af63b7357677df7055f0495da328 (patch)
tree6057397635f8544cf36aa6be61585f98f3fab235 /src/game/g_buildable.c
parentfa669c5deefde1d19695b81e0cf4f8fe8f1369a5 (diff)
Stupid Stupid bug fix
Diffstat (limited to 'src/game/g_buildable.c')
-rw-r--r--src/game/g_buildable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index 00f911c5..e7093ca8 100644
--- a/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
@@ -608,7 +608,7 @@ Called when a floatmine is triggered
void HFM_Touch( gentity_t *self, gentity_t *other, trace_t *trace )
{
//can't blow up twice
- if( self->health > 0 )
+ if( self->health <= 0 )
return;
//go boom