mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-17 11:06:30 +00:00
Fix off-by-one error in down-down-down input
This commit is contained in:
parent
8ccf5f3b89
commit
b5b2652255
1 changed files with 1 additions and 1 deletions
|
|
@ -910,7 +910,7 @@ void F_IntroTicker(void)
|
|||
ResetSkipSequences();
|
||||
CV_StealthSetValue(&cv_kartbot, 9);
|
||||
CV_StealthSetValue(&cv_maxplayers, 8);
|
||||
D_MapChange(G_RandMap(TOL_RACE, UINT16_MAX-1, true, false, NULL), GT_RACE, (cv_kartencore.value == 1), true, 0, false, false);
|
||||
D_MapChange(G_RandMap(TOL_RACE, UINT16_MAX-1, true, false, NULL)+1, GT_RACE, (cv_kartencore.value == 1), true, 0, false, false);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue