mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 15:31:28 +00:00
oops
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@832 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
f26daa58c2
commit
d245a15fe2
1 changed files with 0 additions and 6 deletions
|
@ -711,9 +711,6 @@ void GL_EndRendering (void)
|
||||||
{
|
{
|
||||||
if (!scr_skipupdate)
|
if (!scr_skipupdate)
|
||||||
SDL_GL_SwapBuffers();
|
SDL_GL_SwapBuffers();
|
||||||
|
|
||||||
if (fullsbardraw)
|
|
||||||
Sbar_Changed();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -1002,9 +999,6 @@ void VID_Init (void)
|
||||||
vid_menudrawfn = VID_MenuDraw;
|
vid_menudrawfn = VID_MenuDraw;
|
||||||
vid_menukeyfn = VID_MenuKey;
|
vid_menukeyfn = VID_MenuKey;
|
||||||
|
|
||||||
if (COM_CheckParm("-fullsbar"))
|
|
||||||
fullsbardraw = true;
|
|
||||||
|
|
||||||
VID_Gamma_Init(); //johnfitz
|
VID_Gamma_Init(); //johnfitz
|
||||||
VID_Menu_Init(); //johnfitz
|
VID_Menu_Init(); //johnfitz
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue