mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Forgot to stage compilation fix
This commit is contained in:
parent
ff1574f80f
commit
b26da37477
1 changed files with 1 additions and 1 deletions
|
|
@ -2165,7 +2165,7 @@ void reademblemdata(MYFILE *f, INT32 num)
|
||||||
emblemlocations[num-1].var = get_number(word2);
|
emblemlocations[num-1].var = get_number(word2);
|
||||||
}
|
}
|
||||||
else if (fastcmp(word, "NOTMEDAL"))
|
else if (fastcmp(word, "NOTMEDAL"))
|
||||||
emblemlocations[num-1].notMedal = (boolean)(i != 0 || word2[0] == 'T' || word2[0] == 'Y');
|
emblemlocations[num-1].notMedal = (boolean)(value != 0 || word2[0] == 'T' || word2[0] == 'Y');
|
||||||
else
|
else
|
||||||
deh_warning("Emblem %d: unknown word '%s'", num, word);
|
deh_warning("Emblem %d: unknown word '%s'", num, word);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue