aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/game.cpp')
-rw-r--r--engines/sci/engine/game.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/sci/engine/game.cpp b/engines/sci/engine/game.cpp
index 25f6214d12..28d8ee5274 100644
--- a/engines/sci/engine/game.cpp
+++ b/engines/sci/engine/game.cpp
@@ -62,8 +62,8 @@ static const OldNewIdTableEntry s_oldNewTable[] = {
{ "demo000", "kq1sci", true },
{ "kq1", "kq1sci", false },
{ "kq4", "kq4sci", false },
- { "ll1", "lsl1vga", true },
- { "lsl1", "lsl1vga", false },
+ { "ll1", "lsl1sci", true },
+ { "lsl1", "lsl1sci", false },
// lsl2 is the same
{ "ll5", "lsl5", true },
// lsl5 is the same
@@ -76,8 +76,8 @@ static const OldNewIdTableEntry s_oldNewTable[] = {
{ "trial", "qfg2", false },
{ "hq2demo", "qfg2", true },
{ "thegame", "slater", false },
- { "sq1demo", "sq1vga", true },
- { "sq1", "sq1vga", false },
+ { "sq1demo", "sq1sci", true },
+ { "sq1", "sq1sci", false },
// sq5 is the same
{ 0, 0, 0 }
@@ -131,7 +131,7 @@ const char *convertSierraGameId(const char *gameName, uint32 *gameFlags) {
*gameFlags |= ADGF_DEMO;
return "fairytales";
}
- // TODO: pq1vga (its resources can't be read)
+ // TODO: pq1sci (its resources can't be read)
if (sierraId == "pq3") {
// The pq3 demo comes with resource.000 and resource.001
// The full version was released with several resource.* files,
@@ -149,7 +149,7 @@ const char *convertSierraGameId(const char *gameName, uint32 *gameFlags) {
else if (Common::File::exists("resource.sfx"))
return "qfg4";
else
- return (Common::File::exists("resource.001")) ? "qfg1" : "qfg1vga";
+ return "qfg1";
}
if (sierraId == "sq3") {
// Both SQ3 and the separately released subgame, Astro Chicken,