mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-27 20:20:40 +00:00
- added menu entry for Exhumed's keyboard turning speed toggle.
This allows enabling the original turning speed with the keyboard in Exhumed. The new behavior is still the default as the original turning is just far too slow.
This commit is contained in:
parent
2f2d0443f2
commit
8f0d022b44
1 changed files with 4 additions and 0 deletions
|
@ -965,6 +965,10 @@ OptionMenu GameplayOptions protected
|
||||||
{
|
{
|
||||||
Option "$PLRMNU_EQUIP", "cl_weaponswitch", "WeapSwitch"
|
Option "$PLRMNU_EQUIP", "cl_weaponswitch", "WeapSwitch"
|
||||||
}
|
}
|
||||||
|
ifgame(Exhumed)
|
||||||
|
{
|
||||||
|
Option "$PLRMNU_EXHUMEDOLDTURN", "cl_exhumedoldturn", "OnOff"
|
||||||
|
}
|
||||||
// StaticText ""
|
// StaticText ""
|
||||||
// Option "Record Demo", "m_recstat", "OnOff"
|
// Option "Record Demo", "m_recstat", "OnOff"
|
||||||
// Submenu "Cheats" "CheatsMenu
|
// Submenu "Cheats" "CheatsMenu
|
||||||
|
|
Loading…
Reference in a new issue