aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Howell2006-02-01 23:50:03 +0000
committerTravis Howell2006-02-01 23:50:03 +0000
commit1a84c20a4302daa6154d9ead808d943bf481f5c3 (patch)
treeb844331d92ffe866114e43c15fdf8ff34079da44
parentd6e141cc35e943efaac4c6028e5b4bab696a06cc (diff)
downloadscummvm-rg350-1a84c20a4302daa6154d9ead808d943bf481f5c3.tar.gz
scummvm-rg350-1a84c20a4302daa6154d9ead808d943bf481f5c3.tar.bz2
scummvm-rg350-1a84c20a4302daa6154d9ead808d943bf481f5c3.zip
Add another English version of Simon the Sorcerer 1 (DOS CD).
svn-id: r20345
-rw-r--r--simon/game.cpp19
-rw-r--r--simon/intern.h1
2 files changed, 20 insertions, 0 deletions
diff --git a/simon/game.cpp b/simon/game.cpp
index 36bdf65c14..a5de8b4f73 100644
--- a/simon/game.cpp
+++ b/simon/game.cpp
@@ -142,6 +142,12 @@ static GameMD5 gameMD5[] = {
{ GID_SIMON1TALKIE, "f3b27a3fbb45dcd323a48159496e45e8", "stripped.txt", false},
{ GID_SIMON1TALKIE, "d198a80de2c59e4a0cd24b98814849e8", "tbllist", false},
+ { GID_SIMON1TALKIE2, "c0b948b6821d2140f8b977144f21027a", "gamepc", false },
+ { GID_SIMON1TALKIE2, "22107c24dfb31b66ac503c28a6e20b19", "icon.dat", false},
+ { GID_SIMON1TALKIE2, "64f73e94639b63af846ac4a8a94a23d8", "simon.gme", false },
+ { GID_SIMON1TALKIE2, "f3b27a3fbb45dcd323a48159496e45e8", "stripped.txt", false},
+ { GID_SIMON1TALKIE2, "d198a80de2c59e4a0cd24b98814849e8", "tbllist", false},
+
{ GID_SIMON1TALKIE_FR, "3cfb9d1ff4ec725af9924140126cf69f", "gamepc", false },
{ GID_SIMON1TALKIE_FR, "22107c24dfb31b66ac503c28a6e20b19", "icon.dat", false},
{ GID_SIMON1TALKIE_FR, "638049fa5d41b81fb6fb11671721b871", "simon.gme", false },
@@ -598,6 +604,19 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformPC,
},
+ // Simon the Sorcerer 1 - English DOS CD alternate?
+ {
+ "simon1",
+ GType_SIMON1,
+ GID_SIMON1TALKIE2,
+ "Simon the Sorcerer 1 (English DOS CD)",
+ ARRAYSIZE(SIMON1_GameFiles),
+ SIMON1_GameFiles,
+ GF_TALKIE,
+ Common::EN_USA,
+ Common::kPlatformPC,
+ },
+
// Simon the Sorcerer 1 - French DOS CD
{
"simon1",
diff --git a/simon/intern.h b/simon/intern.h
index 64295da51a..d9029bc45a 100644
--- a/simon/intern.h
+++ b/simon/intern.h
@@ -180,6 +180,7 @@ enum GameIds {
GID_SIMON1ACORN,
GID_SIMON1ACORNDEMO,
GID_SIMON1TALKIE,
+ GID_SIMON1TALKIE2,
GID_SIMON1TALKIE_DE,
GID_SIMON1TALKIE_FR,
GID_SIMON1TALKIE_HB,