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:
TimeServ 2006-04-04 23:41:04 +00:00
parent f1fc7284b5
commit 6d6f8e1f6e

View file

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