aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/game.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-05-04 06:55:35 +0000
committerTravis Howell2006-05-04 06:55:35 +0000
commita33997a3e9e148ac60d964a24113ccc0618e93c5 (patch)
tree4468a9c19fae5d959f00407ef6dd1d0352ad1064 /engines/simon/game.cpp
parent0da90f08c18339c11db60eeeae0504e804b853fa (diff)
downloadscummvm-rg350-a33997a3e9e148ac60d964a24113ccc0618e93c5.tar.gz
scummvm-rg350-a33997a3e9e148ac60d964a24113ccc0618e93c5.tar.bz2
scummvm-rg350-a33997a3e9e148ac60d964a24113ccc0618e93c5.zip
Add missing old simon1 target
svn-id: r22332
Diffstat (limited to 'engines/simon/game.cpp')
-rw-r--r--engines/simon/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp
index 3be6c453b6..7545a4c913 100644
--- a/engines/simon/game.cpp
+++ b/engines/simon/game.cpp
@@ -53,6 +53,7 @@ static const ObsoleteGameID obsoleteGameIDsTable[] = {
{"simon1acorn", "simon1", Common::kPlatformAcorn},
{"simon1amiga", "simon1", Common::kPlatformAmiga},
{"simon1cd32", "simon1", Common::kPlatformAmiga},
+ {"simon1demo", "simon1", Common::kPlatformPC},
{"simon1dos", "simon1", Common::kPlatformPC},
{"simon1talkie", "simon1", Common::kPlatformPC},
{"simon1win", "simon1", Common::kPlatformWindows},