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

anotherguest at users.sourceforge.net anotherguest at users.sourceforge.net
Fri Apr 21 15:11:07 CEST 2006


Revision: 22077
Author:   anotherguest
Date:     2006-04-21 15:10:50 -0700 (Fri, 21 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22077&view=rev

Log Message:
-----------
Changed loadVGAFile dstSize datatype from uint to uint32 so it matches the data type which loadOffsets takes.

Modified Paths:
--------------
    scummvm/trunk/engines/simon/res.cpp
    scummvm/trunk/engines/simon/simon.h
Modified: scummvm/trunk/engines/simon/res.cpp
===================================================================
--- scummvm/trunk/engines/simon/res.cpp	2006-04-21 21:15:05 UTC (rev 22076)
+++ scummvm/trunk/engines/simon/res.cpp	2006-04-21 22:10:50 UTC (rev 22077)
@@ -638,7 +638,7 @@
 	}
 }
 
-byte *SimonEngine::loadVGAFile(uint id, uint type, uint &dstSize) {
+byte *SimonEngine::loadVGAFile(uint id, uint type, uint32 &dstSize) {
 	File in;
 	char filename[15];
 	byte *dst = NULL;

Modified: scummvm/trunk/engines/simon/simon.h
===================================================================
--- scummvm/trunk/engines/simon/simon.h	2006-04-21 21:15:05 UTC (rev 22076)
+++ scummvm/trunk/engines/simon/simon.h	2006-04-21 22:10:50 UTC (rev 22077)
@@ -1054,7 +1054,7 @@
 	byte *getBackGround();
 	byte *getScaleBuf();
 
-	byte *loadVGAFile(uint id, uint type, uint &dstSize);
+	byte *loadVGAFile(uint id, uint type, uint32 &dstSize);
 	void loadSimonVGAFile(uint vga_id);
 
 	int init();


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