From b43869f19109875873af9148a5edde611bc298a3 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Thu, 28 Jul 2005 00:13:06 +0000 Subject: [PATCH] fix to q1 model loading git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1164 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 714372324..4398ed2d2 100644 --- a/engine/gl/gl_alias.c +++ b/engine/gl/gl_alias.c @@ -2407,7 +2407,7 @@ static void *Q1_LoadSkins (daliasskintype_t *pskintype, qboolean alpha) if (texture) { _snprintf(skinname, sizeof(skinname), "%s_%i_luma", loadmodel->name, i); - texture = Mod_LoadReplacementTexture(skinname, "models", true, false, true); + fbtexture = Mod_LoadReplacementTexture(skinname, "models", true, false, true); } else {