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