mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-22 03:41:45 +00:00
Pause TextPrompt when game is paused
This commit is contained in:
parent
c16c59fd73
commit
96e9b4143a
1 changed files with 1 additions and 1 deletions
|
@ -2248,7 +2248,7 @@ void F_TextPromptTicker(void)
|
||||||
{
|
{
|
||||||
INT32 i;
|
INT32 i;
|
||||||
|
|
||||||
if (!promptactive)
|
if (!promptactive || paused || P_AutoPause())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// advance animation
|
// advance animation
|
||||||
|
|
Loading…
Reference in a new issue