mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-25 19:43:22 +00:00
Cast defaultcolor to UINT8
This commit is contained in:
parent
766f7f035f
commit
c687f3088e
1 changed files with 1 additions and 1 deletions
|
|
@ -766,7 +766,7 @@ static void readfollower(MYFILE *f)
|
|||
else if (fastcmp(word, "DEFAULTCOLOR"))
|
||||
{
|
||||
DEH_WriteUndoline(word, va("%d", followers[numfollowers].defaultcolor), UNDO_NONE);
|
||||
followers[numfollowers].defaultcolor = get_number(word2);
|
||||
followers[numfollowers].defaultcolor = (UINT8)get_number(word2);
|
||||
}
|
||||
|
||||
else if (fastcmp(word, "SCALE"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue