From 925edaf345cf43a0bb484a56a36e43869c8ca36b Mon Sep 17 00:00:00 2001 From: Spoike Date: Wed, 29 Dec 2004 03:22:49 +0000 Subject: [PATCH] Hmm. Looks like that function wasn't used. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@698 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_rmisc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/engine/gl/gl_rmisc.c b/engine/gl/gl_rmisc.c index 880513ebb..cadd79d2b 100644 --- a/engine/gl/gl_rmisc.c +++ b/engine/gl/gl_rmisc.c @@ -634,6 +634,7 @@ R_TranslatePlayerSkin Translates a skin texture by the per-player color lookup =============== */ +/* void R_TranslatePlayerSkin (int playernum) { int top, bottom; @@ -648,7 +649,7 @@ void R_TranslatePlayerSkin (int playernum) qbyte *inrow; unsigned frac, fracstep; player_info_t *player; - extern qbyte *player_8bit_texels/*[320*200]*/; + extern qbyte *player_8bit_texels; char s[512]; GL_DisableMultitexture(); @@ -827,6 +828,7 @@ void R_TranslatePlayerSkin (int playernum) glTexParameterf(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, GL_LINEAR); } } +*/ void R_LoadRTLights(void)