From 0aac90de3b0e09f05a4aadf8e5f30381888fc00e Mon Sep 17 00:00:00 2001 From: Spoike Date: Sat, 6 Dec 2008 02:04:29 +0000 Subject: [PATCH] Correctly colour the tops of players again. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3087 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_alias.c b/engine/gl/gl_alias.c index 0838e45b7..3e5be3614 100644 --- a/engine/gl/gl_alias.c +++ b/engine/gl/gl_alias.c @@ -1214,7 +1214,7 @@ static galiastexnum_t *GL_ChooseSkin(galiasinfo_t *inf, char *modelname, int sur if (tc < 8) translate32[TOP_RANGE+i] = d_8to24rgbtable[(tc<<4)+i]; else - translate32[BOTTOM_RANGE+i] = d_8to24rgbtable[(tc<<4)+15-i]; + translate32[TOP_RANGE+i] = d_8to24rgbtable[(tc<<4)+15-i]; } if (bc >= 16) {