a couple of missed cleanups from the screen merge

This commit is contained in:
Bill Currie 2002-12-12 05:12:09 +00:00
parent 7e4979e908
commit 31969b67ad

View file

@ -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;