mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Pause TextPrompt when game is paused
This commit is contained in:
parent
039b7b17cf
commit
0169847e06
1 changed files with 1 additions and 1 deletions
|
|
@ -2248,7 +2248,7 @@ void F_TextPromptTicker(void)
|
|||
{
|
||||
INT32 i;
|
||||
|
||||
if (!promptactive)
|
||||
if (!promptactive || paused || P_AutoPause())
|
||||
return;
|
||||
|
||||
// advance animation
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue