From a88096a8c7b96e6ede4484ca61a286c7a7112187 Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 29 Dec 2004 03:19:44 +0000 Subject: [PATCH] Was that causing problems with 16bpp? git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@695 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/sw/r_alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/sw/r_alias.c b/engine/sw/r_alias.c index c1c6d7336..26f5c3a1e 100644 --- a/engine/sw/r_alias.c +++ b/engine/sw/r_alias.c @@ -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;