mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
IsDifficulty: Fix setting Hard/Master
This commit is contained in:
parent
91f411d52b
commit
e98a24363d
1 changed files with 2 additions and 2 deletions
|
|
@ -2876,9 +2876,9 @@ static void readcondition(UINT16 set, UINT32 id, char *word2)
|
|||
if (fastcmp(params[1], "NORMAL"))
|
||||
;
|
||||
else if (fastcmp(params[1], "HARD"))
|
||||
x1 = KARTSPEED_HARD;
|
||||
re = KARTSPEED_HARD;
|
||||
else if (fastcmp(params[1], "MASTER"))
|
||||
x1 = KARTGP_MASTER;
|
||||
re = KARTGP_MASTER;
|
||||
else
|
||||
{
|
||||
deh_warning("gamespeed requirement \"%s\" invalid for condition ID %d", params[1], id+1);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue