mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-01-19 23:20:59 +00:00
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:
parent
e6c9e1e5cd
commit
e688febe63
2 changed files with 1 additions and 2 deletions
|
@ -1102,7 +1102,6 @@ void VID_ExtraOptionCmd(int option_cursor)
|
|||
case 1: // _windowed_mouse
|
||||
Cvar_SetValue ("_windowed_mouse", !_windowed_mouse.value);
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue