aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_playtoons.cpp
diff options
context:
space:
mode:
authorSven Hesse2011-01-26 19:04:42 +0000
committerSven Hesse2011-01-26 19:04:42 +0000
commitefdcf921ea60f33fb37802577b9e6b7c607b1bea (patch)
treecdd38a2724ae55532e4adecd585ad59a584eece4 /engines/gob/inter_playtoons.cpp
parentd71125dc214c122d753b95624077960df7e0bb8d (diff)
downloadscummvm-rg350-efdcf921ea60f33fb37802577b9e6b7c607b1bea.tar.gz
scummvm-rg350-efdcf921ea60f33fb37802577b9e6b7c607b1bea.tar.bz2
scummvm-rg350-efdcf921ea60f33fb37802577b9e6b7c607b1bea.zip
GOB: Another fake file path
svn-id: r55551
Diffstat (limited to 'engines/gob/inter_playtoons.cpp')
-rw-r--r--engines/gob/inter_playtoons.cpp4
1 files changed, 4 insertions, 0 deletions
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 &params) {
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;