From 6a67fa367e4899a5be0f35aae7a26753a8f099c0 Mon Sep 17 00:00:00 2001 From: TimeServ Date: Fri, 7 Apr 2006 02:59:17 +0000 Subject: [PATCH] fix loading graphic on reinit git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2175 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_draw.c b/engine/gl/gl_draw.c index de6846e08..f8ae90e49 100644 --- a/engine/gl/gl_draw.c +++ b/engine/gl/gl_draw.c @@ -916,7 +916,7 @@ TRACE(("dbg: GLDraw_ReInit: Allocating upload buffers\n")); qglClear(GL_COLOR_BUFFER_BIT); { - mpic_t *pic = Draw_SafeCachePic ("loading"); + mpic_t *pic = Draw_SafeCachePic ("gfx/loading.lmp"); if (pic) Draw_Pic ( (vid.width - pic->width)/2, (vid.height - 48 - pic->height)/2, pic);