fixes for the latest qfcc changes

This commit is contained in:
Bill Currie 2003-09-20 04:21:13 +00:00
parent 508d7da410
commit 3493b80dd0
12 changed files with 12 additions and 12 deletions

View file

@ -602,7 +602,7 @@ 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