aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/detection.cpp')
-rw-r--r--engines/scumm/detection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp
index 901bb31e31..cf88ded3b8 100644
--- a/engines/scumm/detection.cpp
+++ b/engines/scumm/detection.cpp
@@ -765,8 +765,7 @@ GameList ScummMetaEngine::detectGames(const Common::FSList &fslist) const {
dg["preferredtarget"] = res;
- if (x->game.guioptions != 0)
- dg["guioptions"] = Common::getGameGUIOptionsDescription(x->game.guioptions);
+ dg.setGUIOptions(x->game.guioptions);
detectedGames.push_back(dg);
}