[Scummvm-cvs-logs] SF.net SVN: scummvm: [23997] scummvm/trunk/engines/simon/game.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Sep 29 04:18:53 CEST 2006


Revision: 23997
          http://svn.sourceforge.net/scummvm/?rev=23997&view=rev
Author:   kirben
Date:     2006-09-28 19:18:48 -0700 (Thu, 28 Sep 2006)

Log Message:
-----------
Add md5s for Elvira 2

Modified Paths:
--------------
    scummvm/trunk/engines/simon/game.cpp

Modified: scummvm/trunk/engines/simon/game.cpp
===================================================================
--- scummvm/trunk/engines/simon/game.cpp	2006-09-29 01:00:11 UTC (rev 23996)
+++ scummvm/trunk/engines/simon/game.cpp	2006-09-29 02:18:48 UTC (rev 23997)
@@ -602,10 +602,10 @@
 };
 
 static GameFileDescription ELVIRA2_GameFiles[] = {
-	{ "gamepc",		GAME_BASEFILE,	"00000000000000000000000000000000"},
-	{ "icon.dat",		GAME_ICONFILE,	"00000000000000000000000000000000"},
-	{ "stripped.txt",	GAME_STRFILE,	"00000000000000000000000000000000"},
-	{ "tbllist",		GAME_TBLFILE,	"00000000000000000000000000000000"},
+	{ "gamepc",		GAME_BASEFILE,	"3313254722031b22d833a2cf45a91fd7"},
+	{ "icon.dat",		GAME_ICONFILE,	"83a7278bff55c82fbb3aef92981866c9"},
+	{ "stripped.txt",	GAME_STRFILE,	"c2533277b7ff11f5495967d55355ea17"},
+	{ "tbllist",		GAME_TBLFILE,	"8252660df0edbdbc3e6377e155bbd0c5"},
 };
 
 static GameFileDescription ELVIRA_GameFiles[] = {


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