Home
last modified time | relevance | path

Searched refs:timerGame (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/src/world/
H A Dp_tick.cpp40 int timerGame; variable
63 if(!IS_CLIENT && timerGame && !paused) in P_DoTick()
65 if(!--timerGame) in P_DoTick()
H A Dp_mapsetup.cpp707 ::timerGame = 0; in P_SetupMap()
713 ::timerGame = atoi(CommandLine_At(parm + 1)) * 35 * 60; in P_SetupMap()
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/common/include/
H A Dp_tick.h29 DENG_EXTERN_C int timerGame; variable