mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- fixed: The DUMB specific options should be grayed out when using FMod for playing back modules.
SVN r2831 (trunk)
This commit is contained in:
parent
e1de9f0633
commit
a3d38be793
1 changed files with 4 additions and 4 deletions
|
@ -1359,11 +1359,11 @@ OptionMenu ModReplayerOptions
|
|||
Title "MODULE REPLAYER OPTIONS"
|
||||
Option "Replayer engine", "mod_dumb", "ModReplayers"
|
||||
StaticText " "
|
||||
Option "Sample rate", "mod_samplerate", "SampleRates"
|
||||
Option "Interpolation", "mod_interp", "ModInterpolations"
|
||||
Option "Volume ramping", "mod_volramp", "ModVolumeRamps"
|
||||
Option "Sample rate", "mod_samplerate", "SampleRates", "mod_dumb"
|
||||
Option "Interpolation", "mod_interp", "ModInterpolations", "mod_dumb"
|
||||
Option "Volume ramping", "mod_volramp", "ModVolumeRamps", "mod_dumb"
|
||||
StaticText " "
|
||||
Option "Chip-o-matic", "mod_autochip", "OnOff"
|
||||
Option "Chip-o-matic", "mod_autochip", "OnOff", "mod_dumb"
|
||||
// TODO if the menu system is ever rewritten: Provide a decent
|
||||
// mechanism to edit the chip-o-matic settings like you can with
|
||||
// the foo_dumb preferences in foobar2000.
|
||||
|
|
Loading…
Reference in a new issue