mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'special-gp-practice' into 'master'
Make Special Mode time attack match Normal GP behaviour, as requested for practice See merge request KartKrew/Kart!1956
This commit is contained in:
commit
3a8beda3b4
1 changed files with 5 additions and 1 deletions
|
|
@ -7678,7 +7678,11 @@ static void P_InitLevelSettings(void)
|
||||||
|| tutorialchallenge == TUTORIALSKIP_INPROGRESS
|
|| tutorialchallenge == TUTORIALSKIP_INPROGRESS
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
if (gametyperules & GTR_CIRCUIT)
|
if ((gametyperules & GTR_CATCHER) && encoremode == false)
|
||||||
|
{
|
||||||
|
gamespeed = KARTSPEED_NORMAL;
|
||||||
|
}
|
||||||
|
else if (gametyperules & GTR_CIRCUIT)
|
||||||
{
|
{
|
||||||
gamespeed = KARTSPEED_HARD;
|
gamespeed = KARTSPEED_HARD;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue