Home
last modified time | relevance | path

Searched refs:countdowntimeup (Results 1 – 5 of 5) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Ddoomstat.h163 extern boolean countdowntimeup;
H A Dp_tick.c719 countdowntimeup = true; in P_Ticker()
H A Dg_game.c147 boolean countdowntimeup = false; variable
2996 if (countdowntimeup || (!(netgame || multiplayer) && (gametyperules & GTR_CAMPAIGN))) in G_DoReborn()
3055 if (countdowntimeup) in G_DoReborn()
3070 …if (!countdowntimeup && (mapheaderinfo[gamemap-1]->levelflags & LF_NORELOAD) && !(marathonmode & M… in G_DoReborn()
H A Dp_saveg.c4143 WRITEUINT8(save_p, countdowntimeup); in P_NetArchiveMisc()
4238 countdowntimeup = (boolean)READUINT8(save_p); in P_NetUnArchiveMisc()
H A Dp_setup.c3386 countdowntimeup = false; in P_InitLevelSettings()