From efdcf921ea60f33fb37802577b9e6b7c607b1bea Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 26 Jan 2011 19:04:42 +0000 Subject: GOB: Another fake file path svn-id: r55551 --- engines/gob/inter_playtoons.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/gob/inter_playtoons.cpp') diff --git a/engines/gob/inter_playtoons.cpp b/engines/gob/inter_playtoons.cpp index 3879b2933a..46587cd6a0 100644 --- a/engines/gob/inter_playtoons.cpp +++ b/engines/gob/inter_playtoons.cpp @@ -241,6 +241,10 @@ bool Inter_Playtoons::oPlaytoons_checkData(OpFuncParams ¶ms) { debugC(2, kDebugFileIO, "oPlaytoons_checkData: \"%s\" instead of \"%s\"", file + 4, file); file += 4; } + if (strncmp(file, "", 4) == 0) { + debugC(2, kDebugFileIO, "oPlaytoons_checkData: \"%s\" instead of \"%s\"", file + 4, file); + file += 4; + } if (strncmp(file, "", 5) == 0) { debugC(2, kDebugFileIO, "oPlaytoons_checkData: \"%s\" instead of \"%s\"", file + 5, file); file += 5; -- cgit v1.2.3