Merge branch 'tutorial-retry-menu' into 'master'

Add "Try Again" option to tutorials pause menu

Closes #584

See merge request KartKrew/Kart!1391
This commit is contained in:
Oni 2023-08-12 16:20:50 +00:00
commit a3e264ce57

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