mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
play-local-race-difficulty: Make check for Encore option based off the local state (do not attempt to check online unlock)
This commit is contained in:
parent
54a58178a1
commit
c9dd133b2d
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ void M_SetupDifficultyOptions(INT32 choice)
|
|||
PLAY_RaceDifficulty[drace_mapselect].status = IT_STRING|IT_CALL; // Level Select (Match Race)
|
||||
PLAY_RaceDifficultyDef.lastOn = drace_mapselect; // Select map select by default.
|
||||
|
||||
if (M_SecretUnlocked(SECRET_ENCORE, false))
|
||||
if (M_SecretUnlocked(SECRET_ENCORE, true))
|
||||
{
|
||||
PLAY_RaceDifficulty[drace_encore].status = IT_STRING2|IT_CVAR; // Encore on/off
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue