diff options
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/g_buildable.c | 2 | 
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  | 
