Fixed the loading screen in nexuiz a little
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2558 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b0759ce32f
commit
56526bfe69
1 changed files with 2 additions and 2 deletions
|
@ -945,8 +945,8 @@ TRACE(("dbg: GLDraw_ReInit: Allocating upload buffers\n"));
|
||||||
{
|
{
|
||||||
mpic_t *pic = Draw_SafeCachePic ("gfx/loading.lmp");
|
mpic_t *pic = Draw_SafeCachePic ("gfx/loading.lmp");
|
||||||
if (pic)
|
if (pic)
|
||||||
Draw_Pic ( (vid.width - pic->width)/2,
|
Draw_Pic ( ((int)vid.width - pic->width)/2,
|
||||||
(vid.height - 48 - pic->height)/2, pic);
|
((int)vid.height - 48 - pic->height)/2, pic);
|
||||||
}
|
}
|
||||||
|
|
||||||
TRACE(("dbg: GLDraw_ReInit: GL_EndRendering\n"));
|
TRACE(("dbg: GLDraw_ReInit: GL_EndRendering\n"));
|
||||||
|
|
Loading…
Reference in a new issue