aboutsummaryrefslogtreecommitdiff
path: root/engines/advancedDetector.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2010-07-05 20:10:56 +0000
committerJohannes Schickel2010-07-05 20:10:56 +0000
commit1443a2721c77e4336dd894e66a377950b4f23273 (patch)
tree940367be81d20518a645a9f67840466fc5d89fa2 /engines/advancedDetector.cpp
parent73e51735a4b43a05e3cbd293712b4951c56aaea8 (diff)
downloadscummvm-rg350-1443a2721c77e4336dd894e66a377950b4f23273.tar.gz
scummvm-rg350-1443a2721c77e4336dd894e66a377950b4f23273.tar.bz2
scummvm-rg350-1443a2721c77e4336dd894e66a377950b4f23273.zip
Fix update of GUI options, which only differ in the language setting.
svn-id: r50706
Diffstat (limited to 'engines/advancedDetector.cpp')
-rw-r--r--engines/advancedDetector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp
index 974970ff0f..315763a6da 100644
--- a/engines/advancedDetector.cpp
+++ b/engines/advancedDetector.cpp
@@ -306,7 +306,7 @@ Common::Error AdvancedMetaEngine::createInstance(OSystem *syst, Engine **engine)
// If the GUI options were updated, we catch this here and update them in the users config
// file transparently.
- Common::updateGameGUIOptions(agdDesc->guioptions | params.guioptions);
+ Common::updateGameGUIOptions(agdDesc->guioptions | params.guioptions, getGameGUIOptionsDescriptionLanguage(agdDesc->language));
debug(2, "Running %s", toGameDescriptor(*agdDesc, params.list).description().c_str());
if (!createInstance(syst, engine, agdDesc))