[Scummvm-cvs-logs] SF.net SVN: scummvm: [24108] scummvm/trunk/engines/agos

kirben at users.sourceforge.net kirben at users.sourceforge.net
Wed Oct 4 13:13:04 CEST 2006


Revision: 24108
          http://svn.sourceforge.net/scummvm/?rev=24108&view=rev
Author:   kirben
Date:     2006-10-04 04:12:59 -0700 (Wed, 04 Oct 2006)

Log Message:
-----------
Correct number of variables in Elvira 1/2

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

Modified: scummvm/trunk/engines/agos/agos.cpp
===================================================================
--- scummvm/trunk/engines/agos/agos.cpp	2006-10-04 08:53:48 UTC (rev 24107)
+++ scummvm/trunk/engines/agos/agos.cpp	2006-10-04 11:12:59 UTC (rev 24108)
@@ -622,7 +622,7 @@
 #endif
 		_tableMemSize = 50000;
 		_vgaBaseDelay = 1;
-		_numVars = 512;
+		_numVars = 254;
 	} else if (getGameType() == GType_ELVIRA) {
 		gss = PTR(simon1_settings);
 		_numTextBoxes = 20;
@@ -634,7 +634,7 @@
 #endif
 		_tableMemSize = 150000;
 		_vgaBaseDelay = 1;
-		_numVars = 256;
+		_numVars = 512;
 	}
 
 	allocItemHeap();

Modified: scummvm/trunk/engines/agos/game.cpp
===================================================================
--- scummvm/trunk/engines/agos/game.cpp	2006-10-04 08:53:48 UTC (rev 24107)
+++ scummvm/trunk/engines/agos/game.cpp	2006-10-04 11:12:59 UTC (rev 24108)
@@ -182,9 +182,9 @@
 };
 
 static ADGameFileDescription ELVIRA2DOS_GameFiles[] = {
-	{ "gamepc",		GAME_BASEFILE,	"3313254722031b22d833a2cf45a91fd7"},
+	{ "gamepc",		GAME_BASEFILE,	"4bf28ab00f5324fd938e632595742382"},
 	{ "icon.dat",		GAME_ICONFILE,	"83a7278bff55c82fbb3aef92981866c9"},
-	{ "stripped.txt",	GAME_STRFILE,	"c2533277b7ff11f5495967d55355ea17"},
+	{ "stripped.txt",	GAME_STRFILE,	"c3a8f644551a27c8a2fec0f8070b46b7"},
 	{ "tbllist",		GAME_TBLFILE,	"8252660df0edbdbc3e6377e155bbd0c5"},
 };
 


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