OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FL_FLY
(Results
1 - 8
of
8
) 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
...]
/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 262 milliseconds