mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 20:22:40 +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)
|
||||
{
|
||||
boolean retryallowed = (modeattacking != ATTACKING_NONE);
|
||||
boolean retryallowed = (modeattacking != ATTACKING_NONE || gametype == GT_TUTORIAL);
|
||||
if (
|
||||
retryallowed == false
|
||||
&& gamestate == GS_LEVEL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue