mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 15:32:45 +00:00
readcondition: Fix AllChaos/AllSuper/AllEmeralds difficulty restriction
This commit is contained in:
parent
7744a2823e
commit
d3af5db874
1 changed files with 2 additions and 2 deletions
|
|
@ -2773,9 +2773,9 @@ static void readcondition(UINT16 set, UINT32 id, char *word2)
|
||||||
if (fastcmp(params[1], "NORMAL"))
|
if (fastcmp(params[1], "NORMAL"))
|
||||||
;
|
;
|
||||||
else if (fastcmp(params[1], "HARD"))
|
else if (fastcmp(params[1], "HARD"))
|
||||||
x1 = KARTSPEED_HARD;
|
re = KARTSPEED_HARD;
|
||||||
else if (fastcmp(params[1], "MASTER"))
|
else if (fastcmp(params[1], "MASTER"))
|
||||||
x1 = KARTGP_MASTER;
|
re = KARTGP_MASTER;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
deh_warning("gamespeed requirement \"%s\" invalid for condition ID %d", params[1], id+1);
|
deh_warning("gamespeed requirement \"%s\" invalid for condition ID %d", params[1], id+1);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue