mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-11-10 07:12:01 +00:00
clean up some dead code
This commit is contained in:
parent
32f125c516
commit
4a7515fcff
1 changed files with 0 additions and 8 deletions
|
@ -1319,8 +1319,6 @@ void SCR_UpdateScreen (void)
|
|||
scr_draw_loading = false;
|
||||
re.DrawGetPicSize (&w, &h, "loading");
|
||||
re.DrawPic ((viddef.width-w)/2, (viddef.height-h)/2, "loading");
|
||||
// re.EndFrame();
|
||||
// return;
|
||||
}
|
||||
// if a cinematic is supposed to be running, handle menus
|
||||
// and console specially
|
||||
|
@ -1334,8 +1332,6 @@ void SCR_UpdateScreen (void)
|
|||
cl.cinematicpalette_active = false;
|
||||
}
|
||||
M_Draw ();
|
||||
// re.EndFrame();
|
||||
// return;
|
||||
}
|
||||
else if (cls.key_dest == key_console)
|
||||
{
|
||||
|
@ -1345,14 +1341,10 @@ void SCR_UpdateScreen (void)
|
|||
cl.cinematicpalette_active = false;
|
||||
}
|
||||
SCR_DrawConsole ();
|
||||
// re.EndFrame();
|
||||
// return;
|
||||
}
|
||||
else
|
||||
{
|
||||
SCR_DrawCinematic();
|
||||
// re.EndFrame();
|
||||
// return;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue