Applied patch from Ricardo Veguilla.

This commit is contained in:
Marcus Sundberg 2000-01-13 18:31:45 +00:00
parent cf4671f0e9
commit 31eb4df88c
1 changed files with 2 additions and 2 deletions

View File

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