diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/launcher.cpp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp index 60895a7327..b2841b2781 100644 --- a/gui/launcher.cpp +++ b/gui/launcher.cpp @@ -282,6 +282,7 @@ void EditGameDialog::open() {  	e = ConfMan.hasKey("music_driver", _domain) ||  		ConfMan.hasKey("output_rate", _domain) || +		ConfMan.hasKey("opl_driver", _domain) ||  		ConfMan.hasKey("subtitles", _domain) ||  		ConfMan.hasKey("talkspeed", _domain);  	_globalAudioOverride->setState(e);  | 
