OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FL_SWIM
(Results
1 - 8
of
8
) sorted by null
/external/quake/quake/src/QW/server/
sv_move.c
123
if ( (int)ent->v.flags & (
FL_SWIM
| FL_FLY) )
142
if ( ((int)ent->v.flags &
FL_SWIM
) && SV_PointContents(trace.endpos) == CONTENTS_EMPTY )
402
if ( !( (int)ent->v.flags & (FL_ONGROUND|FL_FLY|
FL_SWIM
) ) )
server.h
283
#define
FL_SWIM
2
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
) ) )
/external/quake/quake/src/WinQuake/
sv_move.cpp
123
if ( (int)ent->u.v.flags & (
FL_SWIM
| FL_FLY) )
142
if ( ((int)ent->u.v.flags &
FL_SWIM
) && SV_PointContents(trace.endpos) == CONTENTS_EMPTY )
405
if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|
FL_SWIM
) ) )
server.h
149
#define
FL_SWIM
2
pr_cmds.cpp
1158
if ( !( (int)ent->u.v.flags & (FL_ONGROUND|FL_FLY|
FL_SWIM
) ) )
1717
if (((flags &
FL_SWIM
) && (waterlevel < drownlevel)) || (waterlevel >= drownlevel))
[
all
...]
sv_phys.cpp
[
all
...]
Completed in 24 milliseconds