aboutsummaryrefslogtreecommitdiff
path: root/simon
diff options
context:
space:
mode:
authorTravis Howell2005-05-09 10:54:24 +0000
committerTravis Howell2005-05-09 10:54:24 +0000
commit9c8041633498ae21de22d574c0476d4a16198812 (patch)
tree3a4945e6fdd6b5b3bc3d7c9b16d0cc07656e8aef /simon
parent3c225d4a1f988365b09d9f5f26e6b044a4541a7f (diff)
downloadscummvm-rg350-9c8041633498ae21de22d574c0476d4a16198812.tar.gz
scummvm-rg350-9c8041633498ae21de22d574c0476d4a16198812.tar.bz2
scummvm-rg350-9c8041633498ae21de22d574c0476d4a16198812.zip
re-order
svn-id: r17996
Diffstat (limited to 'simon')
-rw-r--r--simon/simon.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.cpp b/simon/simon.cpp
index ba53b6f6a0..6614ceda4b 100644
--- a/simon/simon.cpp
+++ b/simon/simon.cpp
@@ -259,9 +259,9 @@ static const GameSpecificSettings simon2dos_settings = {
#endif
static const char* bad_versions[3] = {
- "27c8e7feada80c75b70b9c2f6088d519", // simon2dos (English)
"465eed710cc242b2de7dc77edd467c4c", // simon1dos (English)
"bed9134804d96f72afa152b8ec5628c3", // simon1dos (French)
+ "27c8e7feada80c75b70b9c2f6088d519", // simon2dos (English)
};
SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
@@ -325,7 +325,7 @@ SimonEngine::SimonEngine(GameDetector *detector, OSystem *syst)
for (int j = 0; j < 3; j++) {
if (!strcmp(md5str, bad_versions[j]))
- error("Cracked version aren't supported");
+ error("Cracked versions aren't supported");
}
printf("%s %s\n", md5str, buf);