[Scummvm-cvs-logs] SF.net SVN: scummvm: [24067] scummvm/trunk/engines/agos/agos.h
kirben at users.sourceforge.net
kirben at users.sourceforge.net
Mon Oct 2 12:54:11 CEST 2006
Revision: 24067
http://svn.sourceforge.net/scummvm/?rev=24067&view=rev
Author: kirben
Date: 2006-10-02 03:54:06 -0700 (Mon, 02 Oct 2006)
Log Message:
-----------
Decrease window array size, to maximum required by games
Modified Paths:
--------------
scummvm/trunk/engines/agos/agos.h
Modified: scummvm/trunk/engines/agos/agos.h
===================================================================
--- scummvm/trunk/engines/agos/agos.h 2006-10-02 10:43:07 UTC (rev 24066)
+++ scummvm/trunk/engines/agos/agos.h 2006-10-02 10:54:06 UTC (rev 24067)
@@ -434,7 +434,7 @@
int16 *_variableArray2;
int16 *_variableArrayPtr;
- WindowBlock *_windowArray[16];
+ WindowBlock *_windowArray[8];
byte _fcsData1[8];
bool _fcsData2[8];
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