[Scummvm-cvs-logs] SF.net SVN: scummvm: [24102] scummvm/branches/branch-0-9-0/engines/simon/ simon.h

kirben at users.sourceforge.net kirben at users.sourceforge.net
Tue Oct 3 16:34:34 CEST 2006


Revision: 24102
          http://svn.sourceforge.net/scummvm/?rev=24102&view=rev
Author:   kirben
Date:     2006-10-03 07:34:30 -0700 (Tue, 03 Oct 2006)

Log Message:
-----------
Reduce struct sizes, to maximum required by games

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/simon/simon.h

Modified: scummvm/branches/branch-0-9-0/engines/simon/simon.h
===================================================================
--- scummvm/branches/branch-0-9-0/engines/simon/simon.h	2006-10-03 14:26:36 UTC (rev 24101)
+++ scummvm/branches/branch-0-9-0/engines/simon/simon.h	2006-10-03 14:34:30 UTC (rev 24102)
@@ -402,7 +402,7 @@
 	int16 _variableArray2[256];
 	int16 *_variableArrayPtr;
 
-	WindowBlock *_windowArray[16];
+	WindowBlock *_windowArray[8];
 
 	byte _fcsData1[8];
 	bool _fcsData2[8];
@@ -416,7 +416,7 @@
 	HitArea _hitAreas[250];
 
 	VgaPointersEntry _vgaBufferPointers[450];
-	VgaSprite _vgaSprites[180];
+	VgaSprite _vgaSprites[90];
 	VgaSleepStruct _vgaSleepStructs[60];
 
 	const uint16 *_pathFindArray[100];
@@ -434,7 +434,7 @@
 
 	byte _videoBuf1[3000];
 
-	VgaTimerEntry _vgaTimerList[900];
+	VgaTimerEntry _vgaTimerList[95];
 
 	WindowBlock *_windowList;
 


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