Skip to content

Commit

Permalink
LAUNCHER: Add GUIO_NOASPECT to sword2
Browse files Browse the repository at this point in the history
  • Loading branch information
Strangerke committed Oct 23, 2011
1 parent 0af96cd commit dbb83da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/sword2/sword2.cpp
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit dbb83da

Please sign in to comment.