[Scummvm-cvs-logs] SF.net SVN: scummvm: [27821] scummvm/trunk/engines/agos
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Sun Jul 1 14:52:46 CEST 2007
Revision: 27821
http://scummvm.svn.sourceforge.net/scummvm/?rev=27821&view=rev
Author: Kirben
Date: 2007-07-01 05:52:46 -0700 (Sun, 01 Jul 2007)
Log Message:
-----------
Correct md5 checksum for restart state file in the French DOS version of Elvira 2.
Modified Paths:
--------------
scummvm/trunk/engines/agos/detection_tables.h
scummvm/trunk/engines/agos/intern.h
Modified: scummvm/trunk/engines/agos/detection_tables.h
===================================================================
--- scummvm/trunk/engines/agos/detection_tables.h 2007-07-01 12:47:36 UTC (rev 27820)
+++ scummvm/trunk/engines/agos/detection_tables.h 2007-07-01 12:52:46 UTC (rev 27821)
@@ -426,7 +426,7 @@
{ "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}
Modified: scummvm/trunk/engines/agos/intern.h
===================================================================
--- scummvm/trunk/engines/agos/intern.h 2007-07-01 12:47:36 UTC (rev 27820)
+++ scummvm/trunk/engines/agos/intern.h 2007-07-01 12:52:46 UTC (rev 27821)
@@ -32,7 +32,7 @@
kRoomType = 1,
kObjectType = 2,
kPlayerType = 3,
- kGenExitType = 4, // Elira 1 specifc
+ kGenExitType = 4, // Elvira 1 specifc
kSuperRoomType = 4, // Elvira 2 specic
kContainerType = 7,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list