[Scummvm-cvs-logs] SF.net SVN: scummvm:[49242] scummvm/trunk/engines/sci/engine/segment.h
thebluegr at users.sourceforge.net
thebluegr at users.sourceforge.net
Wed May 26 16:31:52 CEST 2010
Revision: 49242
http://scummvm.svn.sourceforge.net/scummvm/?rev=49242&view=rev
Author: thebluegr
Date: 2010-05-26 14:31:51 +0000 (Wed, 26 May 2010)
Log Message:
-----------
Fixed compilation
Modified Paths:
--------------
scummvm/trunk/engines/sci/engine/segment.h
Modified: scummvm/trunk/engines/sci/engine/segment.h
===================================================================
--- scummvm/trunk/engines/sci/engine/segment.h 2010-05-26 14:25:51 UTC (rev 49241)
+++ scummvm/trunk/engines/sci/engine/segment.h 2010-05-26 14:31:51 UTC (rev 49242)
@@ -501,7 +501,7 @@
/**
* Finds the pointer where a block of a specific type starts from
*/
- byte *Script::findBlock(int type);
+ byte *findBlock(int type);
private:
void setScriptSize(int script_nr, ResourceManager *resMan);
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