mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
loading graphic replacement should use gfx/
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2155 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
f1fc7284b5
commit
6d6f8e1f6e
1 changed files with 1 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ void SCR_DrawLoading (void)
|
|||
|
||||
if (COM_FDepthFile("gfx/loading.lmp", true) < COM_FDepthFile("gfx/menu/loading.lmp", true))
|
||||
{
|
||||
pic = Draw_SafeCachePic ("loading");
|
||||
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