Commented a couple lines out of vid_sdl.c which seem not to be needed

anymore (and were preventing building of the SDL target..)
This commit is contained in:
Joseph Carter 2000-01-09 17:59:59 +00:00
parent d815aa804e
commit cf393a1068

View file

@ -50,8 +50,8 @@ static float mouse_x, mouse_y;
static int mouse_oldbuttonstate = 0;
// No support for option menus
void (*vid_menudrawfn)(void) = NULL;
void (*vid_menukeyfn)(int key) = NULL;
// void (*vid_menudrawfn)(void) = NULL;
// void (*vid_menukeyfn)(int key) = NULL;
void VID_SetPalette (unsigned char *palette)
{