mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 16:32:36 +00:00
Remove debug print from Unlockable SOC color parse
This commit is contained in:
parent
c693be47f8
commit
c7db580338
1 changed files with 0 additions and 1 deletions
|
|
@ -2289,7 +2289,6 @@ void readunlockable(MYFILE *f, INT32 num)
|
||||||
else if (fastcmp(word, "COLOR"))
|
else if (fastcmp(word, "COLOR"))
|
||||||
{
|
{
|
||||||
unlockables[num].color = get_number(word2);
|
unlockables[num].color = get_number(word2);
|
||||||
CONS_Printf("%d+1 has color %s\n",num+1, skincolors[unlockables[num].color].name);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
deh_warning("Unlockable %d: unknown word '%s'", num+1, word);
|
deh_warning("Unlockable %d: unknown word '%s'", num+1, word);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue