mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
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:
commit
a3e264ce57
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ void M_OpenPauseMenu(void)
|
||||||
}
|
}
|
||||||
else if (!netgame && !demo.playback)
|
else if (!netgame && !demo.playback)
|
||||||
{
|
{
|
||||||
boolean retryallowed = (modeattacking != ATTACKING_NONE);
|
boolean retryallowed = (modeattacking != ATTACKING_NONE || gametype == GT_TUTORIAL);
|
||||||
if (
|
if (
|
||||||
retryallowed == false
|
retryallowed == false
|
||||||
&& gamestate == GS_LEVEL
|
&& gamestate == GS_LEVEL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue