Metal Sonic Flash

This commit is contained in:
Sryder13 2015-08-21 20:17:11 +01:00
parent d0d19e684c
commit 5a033181b8
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ static void R_GenerateTranslationColormap(UINT8 *dest_colormap, INT32 skinnum, U
if (skinnum == TC_BOSS)
dest_colormap[31] = 0;
else if (skinnum == TC_METALSONIC)
dest_colormap[239] = 0;
dest_colormap[143] = 0;
return;
}