M_OpenPauseMenu: add Try Again in tutorials

This commit is contained in:
James R 2023-08-11 22:06:22 -07:00
parent 6b85dacaaa
commit 6cc3ee4b73

View file

@ -174,7 +174,7 @@ void M_OpenPauseMenu(void)
}
else if (!netgame && !demo.playback)
{
boolean retryallowed = (modeattacking != ATTACKING_NONE);
boolean retryallowed = (modeattacking != ATTACKING_NONE || gametype == GT_TUTORIAL);
if (
retryallowed == false
&& gamestate == GS_LEVEL