Home
last modified time | relevance | path

Searched defs:flyspeed (Results 1 – 5 of 5) sorted by relevance

/dports/games/odamex/odamex-src-0.7.0/server/src/
H A Dg_game.cpp168 fixed_t flyspeed[2] = {1*256, 3*256}; variable
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dg_game.cpp210 fixed_t flyspeed[2] = {1*256, 3*256}; variable
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dg_game.cpp199 fixed_t flyspeed[2] = {1*256, 3*256}; variable
/dports/games/torcs/torcs-1.3.7/src/drivers/olethros/
H A Ddriver.cpp1855 float flyspeed = MAX(50, getSpeed()); in filterTrk() local
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_enemy.c11865 void P_InternalFlickyFly(mobj_t *actor, fixed_t flyspeed, fixed_t targetdist, fixed_t chasez) in P_InternalFlickyFly()