mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Metal Sonic Flash
This commit is contained in:
parent
d0d19e684c
commit
5a033181b8
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ static void R_GenerateTranslationColormap(UINT8 *dest_colormap, INT32 skinnum, U
|
||||||
if (skinnum == TC_BOSS)
|
if (skinnum == TC_BOSS)
|
||||||
dest_colormap[31] = 0;
|
dest_colormap[31] = 0;
|
||||||
else if (skinnum == TC_METALSONIC)
|
else if (skinnum == TC_METALSONIC)
|
||||||
dest_colormap[239] = 0;
|
dest_colormap[143] = 0;
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue