[Scummvm-cvs-logs] SF.net SVN: scummvm:[33354] scummvm/trunk/engines/parallaction/disk.h
Kirben at users.sourceforge.net
Kirben at users.sourceforge.net
Mon Jul 28 07:38:25 CEST 2008
Revision: 33354
http://scummvm.svn.sourceforge.net/scummvm/?rev=33354&view=rev
Author: Kirben
Date: 2008-07-28 05:38:24 +0000 (Mon, 28 Jul 2008)
Log Message:
-----------
Fix compile.
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/disk.h
Modified: scummvm/trunk/engines/parallaction/disk.h
===================================================================
--- scummvm/trunk/engines/parallaction/disk.h 2008-07-28 05:21:11 UTC (rev 33353)
+++ scummvm/trunk/engines/parallaction/disk.h 2008-07-28 05:38:24 UTC (rev 33354)
@@ -279,7 +279,7 @@
Frames* loadFrames(const char* name);
void loadSlide(BackgroundInfo& info, const char *filename);
void loadScenery(BackgroundInfo& info, const char* name, const char* mask, const char* path);
- GfxObj* AmigaDisk_br::loadObjects(const char *name);
+ GfxObj* loadObjects(const char *name);
Common::SeekableReadStream* loadMusic(const char* name);
Common::ReadStream* loadSound(const char* name);
Common::String selectArchive(const Common::String& name);
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