mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-03-22 00:41:00 +00:00
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:
parent
d815aa804e
commit
cf393a1068
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue