[Scummvm-cvs-logs] SF.net SVN: scummvm: [27444] scummvm/branches/branch-0-10-0/engines/ parallaction/disk.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jun 16 10:51:31 CEST 2007


Revision: 27444
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27444&view=rev
Author:   Kirben
Date:     2007-06-16 01:51:30 -0700 (Sat, 16 Jun 2007)

Log Message:
-----------
Remove frame skipping code for Amiga demo, as it fixes Honest Chan not appearing correctly.

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/engines/parallaction/disk.cpp

Modified: scummvm/branches/branch-0-10-0/engines/parallaction/disk.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/engines/parallaction/disk.cpp	2007-06-16 08:27:53 UTC (rev 27443)
+++ scummvm/branches/branch-0-10-0/engines/parallaction/disk.cpp	2007-06-16 08:51:30 UTC (rev 27444)
@@ -908,9 +908,6 @@
 Cnv* AmigaDisk::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