Home
last modified time | relevance | path

Searched refs:P_AutoPause (Results 1 – 11 of 11) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dscreen.c506 boolean gamestopped = (paused || P_AutoPause()); in SCR_ClosedCaptions()
H A Dst_stuff.c668 if (!(P_AutoPause() || paused) && !bounce) in ST_drawRaceNum()
1269 boolean run = !(paused || P_AutoPause()); in ST_runTitleCard()
2519 if (!(P_AutoPause() || paused) && interval > 0 && leveltime && leveltime % interval == 0) in ST_doHuntIconsAndSound()
2581 if (!(P_AutoPause() || paused) && interval > 0 && leveltime && leveltime % interval == 0) in ST_doItemFinderIconsAndSound()
H A Dp_tick.c628 if (paused || P_AutoPause()) in P_Ticker()
H A Dp_local.h173 boolean P_AutoPause(void);
H A Ds_sound.c995 boolean gamestopped = (paused || P_AutoPause()); in S_UpdateClosedCaptions()
H A Dy_inter.c1010 if (paused || P_AutoPause()) in Y_Ticker()
H A Dg_game.c1147 …if (paused || P_AutoPause() || (gamestate == GS_LEVEL && (player->playerstate == PST_REBORN || ((g… in G_BuildTiccmd()
H A Df_finale.c4557 if (!promptactive || paused || P_AutoPause()) in F_TextPromptTicker()
H A Dm_menu.c3634 if (gamestate == GS_LEVEL && (P_AutoPause() || paused)) in M_Drawer()
12898 if (gamestate == GS_LEVEL && (paused || P_AutoPause()))
H A Dp_user.c190 boolean P_AutoPause(void) in P_AutoPause() function
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c6631 if (!(paused || P_AutoPause())) in HWR_DoPostProcessor()