mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
a couple of missed cleanups from the screen merge
This commit is contained in:
parent
7e4979e908
commit
31969b67ad
1 changed files with 1 additions and 4 deletions
|
@ -100,9 +100,6 @@ lmode_t lowresmodes[] = {
|
|||
{512, 384},
|
||||
};
|
||||
|
||||
// If you ever merge screen/gl_screen, don't forget this one
|
||||
qboolean scr_skipupdate;
|
||||
|
||||
static int nummodes;
|
||||
static vmode_t modelist[MAX_MODE_LIST];
|
||||
static vmode_t badmode;
|
||||
|
@ -356,7 +353,7 @@ VID_SetFullDIBMode (int modenum)
|
|||
int
|
||||
VID_SetMode (int modenum, unsigned char *palette)
|
||||
{
|
||||
int original_mode, temp;
|
||||
int original_mode;
|
||||
qboolean stat = 0;
|
||||
MSG msg;
|
||||
|
||||
|
|
Loading…
Reference in a new issue