Was that causing problems with 16bpp?

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@695 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-29 03:19:44 +00:00
parent 636cbd3f2a
commit a88096a8c7

View file

@ -703,7 +703,7 @@ void R_AliasSetupSkin (void)
r_affinetridesc.skinheight = skin->height; r_affinetridesc.skinheight = skin->height;
} }
} }
else if (currententity->scoreboard) else if (currententity->scoreboard && r_pixbytes == 4)
{ {
qbyte *base; qbyte *base;
skin_t *skin; skin_t *skin;