Fix a typo

This commit is contained in:
Eric Wasylishen 2014-10-23 00:06:38 -06:00
parent f5700934ad
commit 0234ffe6ff

View file

@ -241,7 +241,7 @@ void GL_DrawAliasFrame (aliashdr_t *paliashdr, lerpdata_t lerpdata)
commands = (int *)((byte *)paliashdr + paliashdr->commands);
vertcolor[3] = entalpha; //never changes, so there's no need to put this inside the look
vertcolor[3] = entalpha; //never changes, so there's no need to put this inside the loop
while (1)
{