Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:FL_GODMODE

131 	sv_player->u.v.flags = (int)sv_player->u.v.flags ^ FL_GODMODE;
132 if (!((int)sv_player->u.v.flags & FL_GODMODE) )
982 cl->edict->u.v.flags = (int)cl->edict->u.v.flags & ~(FL_GODMODE|FL_NOTARGET);
1002 cl->edict->u.v.flags = (int)cl->edict->u.v.flags & ~(FL_GODMODE|FL_NOTARGET);