mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-17 23:21:22 +00:00
woops, renamed superwhite to supersilver during writing and forgot to change this comment
This commit is contained in:
parent
810e1ec041
commit
b3b6d5c4f9
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ static void HWR_CreateBlendedTexture(GLPatch_t *gpatch, GLPatch_t *blendgpatch,
|
|||
blendcolor = V_GetColor(202);
|
||||
break;
|
||||
|
||||
case SKINCOLOR_SUPERSILVER1: // Super white
|
||||
case SKINCOLOR_SUPERSILVER1: // Super silver
|
||||
blendcolor = V_GetColor(0);
|
||||
break;
|
||||
case SKINCOLOR_SUPERSILVER2:
|
||||
|
|
Loading…
Reference in a new issue