[Scummvm-cvs-logs] SF.net SVN: scummvm: [27442] scummvm/trunk/engines/parallaction/disk.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jun 16 08:36:17 CEST 2007


Revision: 27442
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27442&view=rev
Author:   Kirben
Date:     2007-06-15 23:36:16 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
Remove code to skip frames in the Amiga demo again, as it fixes Honest Chan not appearing correctly.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/disk.cpp

Modified: scummvm/trunk/engines/parallaction/disk.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/disk.cpp	2007-06-16 02:43:31 UTC (rev 27441)
+++ scummvm/trunk/engines/parallaction/disk.cpp	2007-06-16 06:36:16 UTC (rev 27442)
@@ -1217,9 +1217,6 @@
 Cnv* AmigaDemoDisk::loadFrames(const char* name) {
 	debugC(1, kDebugDisk, "AmigaDisk::loadFrames '%s'", name);
 
-	if (IS_MINI_CHARACTER(name))
-		return NULL;
-
 	Common::SeekableReadStream *s = openArchivedFile(name, true);
 	Cnv *cnv = makeCnv(*s);
 	delete s;


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