The previous 2 commits were on the rendering of menu.c

This commit makes it functional :) Wierd bug where fullscreen switch
isn't working, must fix...
-- Eric Windisch
This commit is contained in:
Eric Windisch 2000-01-09 20:34:01 +00:00
parent e6c9e1e5cd
commit e688febe63
2 changed files with 1 additions and 2 deletions

View file

@ -1102,7 +1102,6 @@ void VID_ExtraOptionCmd(int option_cursor)
case 1: // _windowed_mouse
Cvar_SetValue ("_windowed_mouse", !_windowed_mouse.value);
break;
}
}

View file

@ -1163,7 +1163,7 @@ void M_AdjustSliders (int dir)
break;
default:
VID_ExtraOptionCmd(options_cursor-(options_items-4));
VID_ExtraOptionCmd(L_OPTIONS_ITEMS-options_cursor);
}
}