diff --git a/src/g_weapon.c b/src/g_weapon.c index d62a032..555f107 100644 --- a/src/g_weapon.c +++ b/src/g_weapon.c @@ -1359,7 +1359,7 @@ heat_think(edict_t *self) continue; } - if (!(target->svflags & SVF_MONSTER)) + if ((!target->svflags) & SVF_MONSTER) { continue; }