[Scummvm-cvs-logs] SF.net SVN: scummvm:[55551] scummvm/trunk/engines/gob/inter_playtoons.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Jan 26 20:04:42 CET 2011


Revision: 55551
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55551&view=rev
Author:   drmccoy
Date:     2011-01-26 19:04:42 +0000 (Wed, 26 Jan 2011)

Log Message:
-----------
GOB: Another fake file path

Modified Paths:
--------------
    scummvm/trunk/engines/gob/inter_playtoons.cpp

Modified: scummvm/trunk/engines/gob/inter_playtoons.cpp
===================================================================
--- scummvm/trunk/engines/gob/inter_playtoons.cpp	2011-01-26 19:04:24 UTC (rev 55550)
+++ scummvm/trunk/engines/gob/inter_playtoons.cpp	2011-01-26 19:04:42 UTC (rev 55551)
@@ -241,6 +241,10 @@
 		debugC(2, kDebugFileIO, "oPlaytoons_checkData: \"%s\" instead of \"%s\"", file + 4, file);
 		file += 4;
 	}
+	if (strncmp(file, "<CD>", 4) == 0) {
+		debugC(2, kDebugFileIO, "oPlaytoons_checkData: \"%s\" instead of \"%s\"", file + 4, file);
+		file += 4;
+	}
 	if (strncmp(file, "<STK>", 5) == 0) {
 		debugC(2, kDebugFileIO, "oPlaytoons_checkData: \"%s\" instead of \"%s\"", file + 5, file);
 		file += 5;


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