mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +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"
|
||||
StaticText ""
|
||||
Option "$AUTOMAPMNU_ROTATE", "am_rotate", "OnOff"
|
||||
Option "$AUTOMAPMNU_FOLLOW", "am_follow", "OnOff"
|
||||
Option "$AUTOMAPMNU_FOLLOW", "am_followplayer", "OnOff"
|
||||
|
||||
// move map controls here.
|
||||
// todo:
|
||||
|
|
Loading…
Reference in a new issue