- removed compat_soundcutoff from the menu

Handling for this was removed 14 years ago when ZDoom transitioned to FModEx 4.x
This commit is contained in:
Christoph Oelckers 2022-05-06 10:11:48 +02:00
parent 47c7734042
commit c12c4444e4
1 changed files with 0 additions and 1 deletions

View File

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