mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-26 22:01:50 +00:00
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:
parent
636cbd3f2a
commit
a88096a8c7
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@ void R_AliasSetupSkin (void)
|
|||
r_affinetridesc.skinheight = skin->height;
|
||||
}
|
||||
}
|
||||
else if (currententity->scoreboard)
|
||||
else if (currententity->scoreboard && r_pixbytes == 4)
|
||||
{
|
||||
qbyte *base;
|
||||
skin_t *skin;
|
||||
|
|
Loading…
Reference in a new issue