fix loading graphic on reinit

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2175 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2006-04-07 02:59:17 +00:00
parent 1eb072ae0c
commit 6a67fa367e
1 changed files with 1 additions and 1 deletions

View File

@ -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);