mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 22:51:37 +00:00
fix for menu.c, adamel didn't add a bug.. just some bad code defining the variable his equation was using. Everything should finally be ok (like i haven't said that before)
-- Eric Windisch
This commit is contained in:
parent
e5baa7240c
commit
4775ee68af
1 changed files with 3 additions and 3 deletions
|
@ -1064,7 +1064,7 @@ again:
|
|||
|
||||
|
||||
#define SLIDER_RANGE 10
|
||||
#define LOCAL_OPTIONS_ITEMS 12
|
||||
#define LOCAL_OPTIONS_ITEMS 13
|
||||
|
||||
extern int VID_options_items;
|
||||
static int options_cursor;
|
||||
|
@ -1165,8 +1165,8 @@ void M_AdjustSliders (int dir)
|
|||
break;
|
||||
|
||||
default:
|
||||
// VID_ExtraOptionCmd(options_cursor-(options_items-4));
|
||||
VID_ExtraOptionCmd(options_cursor);
|
||||
VID_ExtraOptionCmd(options_cursor-(options_items-4));
|
||||
// VID_ExtraOptionCmd(options_cursor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue