mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-30 06:51:50 +00:00
KARTSPEED_AUTO starts KARTSPEED_EASY now
This commit is contained in:
parent
39af533797
commit
9990fa1d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -7743,7 +7743,7 @@ static void P_InitLevelSettings(void)
|
|||
if (multi_speed)
|
||||
{
|
||||
if (cv_kartspeed.value == KARTSPEED_AUTO)
|
||||
gamespeed = ((speedscramble == -1) ? KARTSPEED_NORMAL : (UINT8)speedscramble);
|
||||
gamespeed = ((speedscramble == -1) ? KARTSPEED_EASY : (UINT8)speedscramble);
|
||||
else
|
||||
gamespeed = (UINT8)cv_kartspeed.value;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue