aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
diff options
context:
space:
mode:
authorTravis Howell2007-07-01 12:52:46 +0000
committerTravis Howell2007-07-01 12:52:46 +0000
commit4f8f14d14e54362015c219a1c23ebaf7ffb37ae4 (patch)
treecc1f22b73a1fad1cc6250f6c9cdfdc8633b6f16a /engines/agos
parent9353ee6356de205ce747ad681b4b5a9bdea0ecb1 (diff)
downloadscummvm-rg350-4f8f14d14e54362015c219a1c23ebaf7ffb37ae4.tar.gz
scummvm-rg350-4f8f14d14e54362015c219a1c23ebaf7ffb37ae4.tar.bz2
scummvm-rg350-4f8f14d14e54362015c219a1c23ebaf7ffb37ae4.zip
Correct md5 checksum for restart state file in the French DOS version of Elvira 2.
svn-id: r27821
Diffstat (limited to 'engines/agos')
-rw-r--r--engines/agos/detection_tables.h2
-rw-r--r--engines/agos/intern.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/detection_tables.h b/engines/agos/detection_tables.h
index 6e499d2724..d2e01958b6 100644
--- a/engines/agos/detection_tables.h
+++ b/engines/agos/detection_tables.h
@@ -426,7 +426,7 @@ static const AGOSGameDescription gameDescriptions[] = {
{ "gamepc", GAME_BASEFILE, "4bf28ab00f5324fd938e632595742382", -1},
{ "icon.dat", GAME_ICONFILE, "83a7278bff55c82fbb3aef92981866c9", -1},
{ "menus.dat", GAME_MENUFILE, "a2fdc88a77c8bdffec6b36cbeda4d955", -1},
- { "start", GAME_RESTFILE, "4d380a35ba941d03ee5084c71d20055b", -1},
+ { "start", GAME_RESTFILE, "016107aced82d0cc5d758a9fba716270", -1},
{ "stripped.txt", GAME_STRFILE, "c3a8f644551a27c8a2fec0f8070b46b7", -1},
{ "tbllist", GAME_TBLFILE, "8252660df0edbdbc3e6377e155bbd0c5", -1},
{ NULL, 0, NULL, 0}
diff --git a/engines/agos/intern.h b/engines/agos/intern.h
index d8b50bf5cc..cbfbcc16ef 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -32,7 +32,7 @@ enum ChildType {
kRoomType = 1,
kObjectType = 2,
kPlayerType = 3,
- kGenExitType = 4, // Elira 1 specifc
+ kGenExitType = 4, // Elvira 1 specifc
kSuperRoomType = 4, // Elvira 2 specic
kContainerType = 7,