aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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},