mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Force Easy game speed for Podium sequence
This commit is contained in:
parent
0a63476a68
commit
170be982ea
1 changed files with 5 additions and 1 deletions
|
|
@ -7083,7 +7083,11 @@ static void P_InitLevelSettings(void)
|
|||
gamespeed = KARTSPEED_EASY;
|
||||
franticitems = false;
|
||||
|
||||
if (grandprixinfo.gp == true)
|
||||
if (K_PodiumSequence() == true)
|
||||
{
|
||||
; // NOP
|
||||
}
|
||||
else if (grandprixinfo.gp == true)
|
||||
{
|
||||
if (gametyperules & GTR_CIRCUIT)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue