aboutsummaryrefslogtreecommitdiff
path: root/saga/sfuncs.cpp
diff options
context:
space:
mode:
authorAndrew Kurushin2005-08-16 17:59:49 +0000
committerAndrew Kurushin2005-08-16 17:59:49 +0000
commit968e73a93abf068e177f31c3612cbfd2fe28ff76 (patch)
tree7364c013c9265231adb838db2d53a546212e7e26 /saga/sfuncs.cpp
parentb36205c875e1f089b439d8dbd53a8dfb8dfb521d (diff)
downloadscummvm-rg350-968e73a93abf068e177f31c3612cbfd2fe28ff76.tar.gz
scummvm-rg350-968e73a93abf068e177f31c3612cbfd2fe28ff76.tar.bz2
scummvm-rg350-968e73a93abf068e177f31c3612cbfd2fe28ff76.zip
fix 1258781 & 1253993 bugs
(difficulties of leaving scenes) svn-id: r18698
Diffstat (limited to 'saga/sfuncs.cpp')
-rw-r--r--saga/sfuncs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sfuncs.cpp b/saga/sfuncs.cpp
index 9cba020888..a84a1b04a7 100644
--- a/saga/sfuncs.cpp
+++ b/saga/sfuncs.cpp
@@ -393,7 +393,7 @@ void Script::sfScriptDoAction(SCRIPTFUNC_PARAMS) {
moduleNumber = _vm->_scene->getScriptModuleNumber();
break;
default:
- error("Script::sfScriptDoAction wrong object type");
+ error("Script::sfScriptDoAction wrong object type 0x%X", objectId);
}
event.type = kEvTOneshot;