mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-18 05:52:48 +00:00
Make Special Mode time attack match Normal GP behaviour, as requested for practice
This commit is contained in:
parent
61db3426a3
commit
d1ebd9a2d1
1 changed files with 5 additions and 1 deletions
|
|
@ -7678,7 +7678,11 @@ static void P_InitLevelSettings(void)
|
|||
|| tutorialchallenge == TUTORIALSKIP_INPROGRESS
|
||||
)
|
||||
{
|
||||
if (gametyperules & GTR_CIRCUIT)
|
||||
if ((gametyperules & GTR_CATCHER) && encoremode == false)
|
||||
{
|
||||
gamespeed = KARTSPEED_NORMAL;
|
||||
}
|
||||
else if (gametyperules & GTR_CIRCUIT)
|
||||
{
|
||||
gamespeed = KARTSPEED_HARD;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue