mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-11 07:01:46 +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;
|
break;
|
||||||
|
|
||||||
default:
|
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