Home
last modified time | relevance | path

Searched refs:ticruned (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_net.h32 extern INT32 ticruned, ticmiss;
H A Dd_net.c91 INT32 ticruned = 0, ticmiss = 0; variable
116 if (ticruned) in Net_GetNetStat()
117 gamelostpercent = 100.0f*(float)ticmiss/(float)ticruned; in Net_GetNetStat()
121 ticmiss = ticruned = 0; in Net_GetNetStat()
H A Dm_cheat.c1306 ticruned++; in OP_ObjectplaceMovement()
H A Dp_user.c6216 ticruned++; in P_SpectatorMovement()
8129 ticruned++; in P_MovePlayer()
11824 ticruned++; in P_PlayerThink()
11837 ticruned++; in P_PlayerThink()