- 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:
sinisterseed 2021-03-01 15:14:30 +02:00
parent 2f2d0443f2
commit 8f0d022b44

View file

@ -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