aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v5.cpp
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_v5.cpp
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_v5.cpp')
-rw-r--r--engines/gob/inter_v5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/inter_v5.cpp b/engines/gob/inter_v5.cpp
index 986bad7cd3..b6cfe0ea3c 100644
--- a/engines/gob/inter_v5.cpp
+++ b/engines/gob/inter_v5.cpp
@@ -96,7 +96,7 @@ void Inter_v5::setupOpcodesGob() {
void Inter_v5::o5_deleteFile() {
_vm->_game->_script->evalExpr(0);
- warning("Dynasty Stub: deleteFile \"%s\"", _vm->_game->_script->getResultStr());
+ warning("deleteFile: \"%s\"", _vm->_game->_script->getResultStr());
}
void Inter_v5::o5_initScreen() {