mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 14:42:06 +00:00
Applied patch from Ricardo Veguilla.
This commit is contained in:
parent
cf4671f0e9
commit
31eb4df88c
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ unsigned short d_8to16table[256];
|
|||
int VGA_width, VGA_height, VGA_rowbytes, VGA_bufferrowbytes = 0;
|
||||
byte *VGA_pagebase;
|
||||
|
||||
int VID_options_items = 0;
|
||||
int VID_options_items = 1;
|
||||
|
||||
static SDL_Surface *screen = NULL;
|
||||
|
||||
|
@ -434,7 +434,7 @@ void VID_ExtraOptionDraw(unsigned int options_draw_cursor)
|
|||
{
|
||||
// Windowed Mouse
|
||||
M_Print (16, options_draw_cursor+=8, " Use Mouse");
|
||||
M_DrawCheckbox (220, 128, _windowed_mouse.value);
|
||||
M_DrawCheckbox (220, options_draw_cursor, _windowed_mouse.value);
|
||||
}
|
||||
|
||||
void VID_ExtraOptionCmd(int option_cursor)
|
||||
|
|
Loading…
Reference in a new issue