mirror of
https://github.com/nzp-team/fteqw.git
synced 2025-01-18 22:41:47 +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))
|
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)
|
if (pic)
|
||||||
Draw_Pic ( (vid.width - pic->width)/2,
|
Draw_Pic ( (vid.width - pic->width)/2,
|
||||||
(vid.height - 48 - pic->height)/2, pic);
|
(vid.height - 48 - pic->height)/2, pic);
|
||||||
|
|
Loading…
Reference in a new issue