mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-22 11:51:17 +00:00
Forgot to fix the bug i said i fixed of adamel's last commit that existed in menu.c
This commit is contained in:
parent
e54b1c0f6c
commit
cfb408b863
1 changed files with 2 additions and 1 deletions
|
@ -1165,7 +1165,8 @@ void M_AdjustSliders (int dir)
|
|||
break;
|
||||
|
||||
default:
|
||||
VID_ExtraOptionCmd(options_cursor-(options_items-4));
|
||||
// VID_ExtraOptionCmd(options_cursor-(options_items-4));
|
||||
VID_ExtraOptionCmd(options_cursor);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue