aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorArnaud Boutonné2009-08-30 23:39:25 +0000
committerArnaud Boutonné2009-08-30 23:39:25 +0000
commitdd569a1b7e48569ee854759fd0cc45c66c0d5b10 (patch)
tree567d9fd1be6dd23ee8c77b15b5f5461d2b8236d4 /engines/gob/inter.h
parent768f480e5822161c732eaf9ed38e2a14bddfc47b (diff)
downloadscummvm-rg350-dd569a1b7e48569ee854759fd0cc45c66c0d5b10.tar.gz
scummvm-rg350-dd569a1b7e48569ee854759fd0cc45c66c0d5b10.tar.bz2
scummvm-rg350-dd569a1b7e48569ee854759fd0cc45c66c0d5b10.zip
Modify warning message for o5_deleteFile as it's not only used by Dynasty, and Add oPlaytoons_copyFile. The latest will need to be completed if a call requires it. For the moment, it only fixes the crash at the end of the 3rd video of the construction kit.
svn-id: r43841
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index c8d1ce2998..2817c0d5d1 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -563,6 +563,7 @@ protected:
bool oPlaytoons_readData(OpFuncParams &params);
void oPlaytoons_CD_20_23();
void oPlaytoons_CD_25();
+ void oPlaytoons_copyFile();
void oPlaytoons_openItk();
};