[Scummvm-cvs-logs] SF.net SVN: scummvm: [31758] scummvm/trunk/engines/parallaction/ parallaction.h

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Apr 28 18:10:41 CEST 2008


Revision: 31758
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31758&view=rev
Author:   sev
Date:     2008-04-28 09:10:40 -0700 (Mon, 28 Apr 2008)

Log Message:
-----------
Fix compilation

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/parallaction.h

Modified: scummvm/trunk/engines/parallaction/parallaction.h
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.h	2008-04-28 15:21:36 UTC (rev 31757)
+++ scummvm/trunk/engines/parallaction/parallaction.h	2008-04-28 16:10:40 UTC (rev 31758)
@@ -626,7 +626,7 @@
 	ZonePtr _moveSarcZone0;
 	ZonePtr _moveSarcZone1;
 	uint16 num_foglie;
-	char _slideText[][MAX_TOKEN_LEN];
+	char _slideText[2][MAX_TOKEN_LEN];
 	int16 _introSarcData1;
 	uint16	_introSarcData2;		 // sarcophagus stuff to be saved
 	uint16	_introSarcData3;		 // sarcophagus stuff to be saved


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