SCUMM: Make fixing VGA Loom "Choas" typo optional
This commit is contained in:
parent
52549c1678
commit
2a796cedd7
2 changed files with 2 additions and 2 deletions
|
@ -229,7 +229,7 @@ const ExtraGuiOptions ScummMetaEngineDetection::getExtraGuiOptions(const Common:
|
|||
const Common::String guiOptions = parseGameGUIOptions(guiOptionsString);
|
||||
const Common::Platform platform = Common::parsePlatform(ConfMan.get("platform", target));
|
||||
|
||||
if (target.empty() || gameid == "monkey" || gameid == "monkey2" || gameid == "samnmax") {
|
||||
if (target.empty() || gameid == "monkey" || gameid == "monkey2" || gameid == "samnmax" || (gameid == "loom" && (extra == "VGA" || extra == "Steam"))) {
|
||||
options.push_back(enableEnhancements);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue