HomeSort by relevance Sort by last modified time
    Searched refs:FL_FLY (Results 1 - 12 of 12) sorted by null

  /external/quake/quake/src/WinQuake/
server.h 148 #define FL_FLY 1
sv_move.cpp 123 if ( (int)ent->u.v.flags & (FL_SWIM | FL_FLY) )
405 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
sv_phys.cpp     [all...]
pr_cmds.cpp 1158 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
    [all...]
  /gdk/samples/quake/jni/
server.h 148 #define FL_FLY 1
sv_move.cpp 123 if ( (int)ent->u.v.flags & (FL_SWIM | FL_FLY) )
405 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
sv_phys.cpp 1393 if (!((int)ent->u.v.flags & FL_FLY))
    [all...]
pr_cmds.cpp 1158 if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
    [all...]
  /external/quake/quake/src/QW/server/
sv_move.c 123 if ( (int)ent->v.flags & (FL_SWIM | FL_FLY) )
402 if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
server.h 282 #define FL_FLY 1
pr_cmds.c 982 if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|FL_SWIM) ) )
sv_phys.c 795 if ( ! ((int)ent->v.flags & (FL_ONGROUND | FL_FLY | FL_SWIM) ) )

Completed in 30 milliseconds