aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
diff options
context:
space:
mode:
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,