aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-08 14:14:37 +0000
committerMax Horn2003-05-08 14:14:37 +0000
commit07bbeb31e962aa8ab8c69683fccd14e21f7f38f3 (patch)
tree6ad05f4102b7a81d1937127f6c5f909c5d4c1ff7 /scumm/script_v5.cpp
parent86e28c807e1375d6e9b5a1b6995a870200fb2913 (diff)
downloadscummvm-rg350-07bbeb31e962aa8ab8c69683fccd14e21f7f38f3.tar.gz
scummvm-rg350-07bbeb31e962aa8ab8c69683fccd14e21f7f38f3.tar.bz2
scummvm-rg350-07bbeb31e962aa8ab8c69683fccd14e21f7f38f3.zip
fixed o2_resourceRoutines
svn-id: r7391
Diffstat (limited to 'scumm/script_v5.cpp')
-rw-r--r--scumm/script_v5.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/scumm/script_v5.cpp b/scumm/script_v5.cpp
index bdcb3ca689..e68991da45 100644
--- a/scumm/script_v5.cpp
+++ b/scumm/script_v5.cpp
@@ -695,7 +695,8 @@ void Scumm_v5::o5_endCutscene() {
}
void Scumm_v5::o5_debug() {
- getVarOrDirectWord(0x80);
+ int a = getVarOrDirectWord(0x80);
+ debug(1, "o5_debug(%d)", a);
}
void Scumm_v5::o5_decrement() {