mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 12:30:46 +00:00
fixed #362 - misnamed CVAR in MENUDEF.
This commit is contained in:
parent
fc435565af
commit
6b89bf97fe
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ OptionMenu "AutomapOptions"
|
||||||
Submenu "$MAPCNTRLMNU_CONTROLS" , "MapControlsMenu"
|
Submenu "$MAPCNTRLMNU_CONTROLS" , "MapControlsMenu"
|
||||||
StaticText ""
|
StaticText ""
|
||||||
Option "$AUTOMAPMNU_ROTATE", "am_rotate", "OnOff"
|
Option "$AUTOMAPMNU_ROTATE", "am_rotate", "OnOff"
|
||||||
Option "$AUTOMAPMNU_FOLLOW", "am_follow", "OnOff"
|
Option "$AUTOMAPMNU_FOLLOW", "am_followplayer", "OnOff"
|
||||||
|
|
||||||
// move map controls here.
|
// move map controls here.
|
||||||
// todo:
|
// todo:
|
||||||
|
|
Loading…
Reference in a new issue