mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-27 22:42:57 +00:00
- Fixed: "Show IWAD selection dialog" when only shown on Windows.
SVN r3038 (trunk)
This commit is contained in:
parent
79c5080dda
commit
22372fff25
1 changed files with 2 additions and 2 deletions
|
@ -795,9 +795,9 @@ OptionMenu "MiscOptions"
|
|||
{
|
||||
Option "Merge left+right Alt/Ctrl/Shift", "k_mergekeys", "OnOff"
|
||||
Option "Alt-Enter toggles fullscreen", "k_allowfullscreentoggle", "OnOff"
|
||||
Option "Show IWAD selection dialog", "queryiwad", "OnOff"
|
||||
StaticText " "
|
||||
}
|
||||
Option "Show IWAD selection dialog", "queryiwad", "OnOff"
|
||||
StaticText " "
|
||||
Option "Enable cheats from all games", "allcheats", "OnOff"
|
||||
Option "Enable autosaves", "disableautosave", "OffOn"
|
||||
Slider "Number of autosaves", "autosavecount", 1, 32, 1, 0
|
||||
|
|
Loading…
Reference in a new issue