Home
last modified time | relevance | path

Searched refs:QUAKE_WaitTics (Results 1 – 2 of 2) sorted by relevance

/dports/games/jfsw/jfsw-c434002/src/
H A Dquake.c44 #define QUAKE_WaitTics(sp) (SP_TAG13(sp)) macro
89 if (QUAKE_WaitTics(sp) > 0) in DoQuakeMatch()
148 SET_SP_TAG13(sp, (QUAKE_WaitTics(sp)-4*synctics)); in ProcessQuakeSpot()
149 if (QUAKE_WaitTics(sp) < 0) in ProcessQuakeSpot()
/dports/games/NBlood/NBlood-a1689a4/source/sw/src/
H A Dquake.cpp45 #define QUAKE_WaitTics(sp) (SP_TAG13(sp)) macro
88 if ((int16_t)QUAKE_WaitTics(sp) > 0) in DoQuakeMatch()
147 SET_SP_TAG13(sp, (QUAKE_WaitTics(sp)-4*synctics)); in ProcessQuakeSpot()
148 if ((int16_t)QUAKE_WaitTics(sp) < 0) in ProcessQuakeSpot()