From 8f0d022b4413d4fa3a9032a7aef99060813ac0bc Mon Sep 17 00:00:00 2001 From: sinisterseed Date: Mon, 1 Mar 2021 15:14:30 +0200 Subject: [PATCH] - 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. --- wadsrc/static/menudef.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 0abec82cc..1bb33fefc 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -965,6 +965,10 @@ OptionMenu GameplayOptions protected { Option "$PLRMNU_EQUIP", "cl_weaponswitch", "WeapSwitch" } + ifgame(Exhumed) + { + Option "$PLRMNU_EXHUMEDOLDTURN", "cl_exhumedoldturn", "OnOff" + } // StaticText "" // Option "Record Demo", "m_recstat", "OnOff" // Submenu "Cheats" "CheatsMenu