mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
1eb072ae0c
commit
6a67fa367e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue