Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dd_netcmd.h77 extern consvar_t cv_countdowntime;
H A Dd_netcmd.c288 consvar_t cv_countdowntime = CVAR_INIT ("countdowntime", "60", CV_SAVE|CV_NETVAR|CV_CHEAT, minitime… variable
559 CV_RegisterVar(&cv_countdowntime); in D_RegisterServerCommands()
H A Dp_user.c2222 countdown = (cv_countdowntime.value - 1)*TICRATE + 1; // Use cv_countdowntime in P_DoPlayerExit()
2227 …countdown2 = (8 + cv_countdowntime.value)*TICRATE + 1; // 8 sec more than countdowntime -- 11 is t… in P_DoPlayerExit()
H A Dm_menu.c1635 {IT_STRING | IT_CVAR, NULL, "Level completion countdown", &cv_countdowntime, 131},