mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Nights intermission dehacked: a comment
This commit is contained in:
parent
a177548da6
commit
eb307a4066
1 changed files with 1 additions and 1 deletions
|
|
@ -1199,7 +1199,7 @@ static void readlevelheader(MYFILE *f, INT32 num)
|
|||
else if (fastcmp(word2, "NIGHTS")) i = 3;
|
||||
else if (fastcmp(word2, "NIGHTSLINK")) i = 4;
|
||||
|
||||
if (i >= -1 && i <= 4) // -1 for no bonus. Max is 3.
|
||||
if (i >= -1 && i <= 4) // -1 for no bonus. Max is 4.
|
||||
mapheaderinfo[num-1]->bonustype = (SINT8)i;
|
||||
else
|
||||
deh_warning("Level header %d: invalid bonus type number %d", num, i);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue