fix a warning found by qfcc's better precedence checking

This commit is contained in:
Bill Currie 2004-01-24 09:01:24 +00:00
parent 4daa987414
commit df08ea9bb9

View file

@ -786,7 +786,7 @@ void() trigger_push =
void() trigger_monsterjump_touch =
{
if ( other.flags & (FL_MONSTER | FL_FLY | FL_SWIM) != FL_MONSTER )
if ((other.flags & (FL_MONSTER | FL_FLY | FL_SWIM)) != FL_MONSTER )
return;
// set XY even if not on ground, so the jump will clear lips