Home
last modified time | relevance | path

Searched refs:FL_FLY (Results 1 – 10 of 10) sorted by relevance

/external/quake/quake/src/QW/server/
Dsv_move.c123 if ( (int)ent->v.flags & (FL_SWIM | FL_FLY) ) in SV_movestep()
402 if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) ) in SV_MoveToGoal()
Dserver.h282 #define FL_FLY 1 macro
Dsv_phys.c795 if ( ! ((int)ent->v.flags & (FL_ONGROUND | FL_FLY | FL_SWIM) ) ) in SV_Physics_Step()
Dpr_cmds.c982 if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) ) in PF_walkmove()
/external/quake/quake/src/WinQuake/
Dsv_move.cpp123 if ( (int)ent->u.v.flags & (FL_SWIM | FL_FLY) ) in SV_movestep()
405 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) ) in SV_MoveToGoal()
Dserver.h148 #define FL_FLY 1 macro
Dsv_phys.cpp1393 if (!((int)ent->u.v.flags & FL_FLY)) in SV_Physics_Step()
1473 if ( ! ((int)ent->u.v.flags & (FL_ONGROUND | FL_FLY | FL_SWIM) ) ) in SV_Physics_Step()
Dpr_cmds.cpp1158 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) ) in PF_walkmove()
/external/quake/quake/src/QW/progs/
Dtriggers.qc615 if ( other.flags & (FL_MONSTER | FL_FLY | FL_SWIM) != FL_MONSTER )
Ddefs.qc232 float FL_FLY = 1;