From c12c4444e43e506d50c12c5ab9eb6947be1a29a8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 6 May 2022 10:11:48 +0200 Subject: [PATCH] - removed compat_soundcutoff from the menu Handling for this was removed 14 years ago when ZDoom transitioned to FModEx 4.x --- wadsrc/static/menudef.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 523ea28dbe..789ec93927 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -1819,7 +1819,6 @@ OptionMenu "CompatSoundMenu" protected Option "$CMPTMNU_SILENTPICKUP", "compat_SILENTPICKUP", "YesNo" Option "$CMPTMNU_SILENTINSTANTFLOORS", "compat_silentinstantfloors", "YesNo" Option "$CMPTMNU_SECTORSOUNDS", "compat_SECTORSOUNDS", "YesNo" - Option "$CMPTMNU_SOUNDCUTOFF", "compat_soundcutoff", "YesNo" Option "$CMPTMNU_SOUNDTARGET", "compat_SOUNDTARGET", "YesNo" Class "CompatibilityMenu" }