diff options
author | Strangerke | 2011-10-24 00:43:37 +0200 |
---|---|---|
committer | Strangerke | 2011-10-24 00:43:37 +0200 |
commit | dbb83da2c935b85962287285b19597834289e0d8 (patch) | |
tree | 90f185465713d3ef4ec8900a3dee9726c2984f0d /engines/sword2 | |
parent | 0af96cd3792b14e5501aa10ff4a034d895f484df (diff) | |
download | scummvm-rg350-dbb83da2c935b85962287285b19597834289e0d8.tar.gz scummvm-rg350-dbb83da2c935b85962287285b19597834289e0d8.tar.bz2 scummvm-rg350-dbb83da2c935b85962287285b19597834289e0d8.zip |
LAUNCHER: Add GUIO_NOASPECT to sword2
Diffstat (limited to 'engines/sword2')
-rw-r--r-- | engines/sword2/sword2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index b4d4f52a12..3b7965259c 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -145,7 +145,7 @@ GameList Sword2MetaEngine::detectGames(const Common::FSList &fslist) const { if (0 == scumm_stricmp(g->detectname, fileName)) { // Match found, add to list of candidates, then abort inner loop. - detectedGames.push_back(GameDescriptor(g->gameid, g->description, Common::UNK_LANG, Common::kPlatformUnknown, GUIO1(GUIO_NOMIDI))); + detectedGames.push_back(GameDescriptor(g->gameid, g->description, Common::UNK_LANG, Common::kPlatformUnknown, GUIO2(GUIO_NOMIDI, GUIO_NOASPECT))); break; } } |