Forgot a comment.

This commit is contained in:
toasterbabe 2016-08-10 22:47:42 +01:00
parent 8f5258fc22
commit 8b333f5933
1 changed files with 1 additions and 0 deletions

View File

@ -1017,6 +1017,7 @@ static void R_GenerateTranslationColormap(UINT8 *dest_colormap, INT32 skinnum, U
dest_colormap[starttranscolor + i] = (UINT8)(238 + ((i-12) >> 1));
break;
// Super tans.
case SKINCOLOR_SUPERTAN1:
for (i = 0; i < 10; i++)
dest_colormap[starttranscolor + i] = (UINT8)0;