aboutsummaryrefslogtreecommitdiff
path: root/kyra/script_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kyra/script_v1.cpp')
-rw-r--r--kyra/script_v1.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kyra/script_v1.cpp b/kyra/script_v1.cpp
index ec9030d628..c69c58c514 100644
--- a/kyra/script_v1.cpp
+++ b/kyra/script_v1.cpp
@@ -237,6 +237,7 @@ namespace Kyra {
}
void VMContext::o1_0x68(void) {
- debug("o1_0x68 was called with param0: '%d' and param1: '%d'", param(0), param(1));
+ debug("o1_0x68 was called with param0: '%d'", param(0));
+ _error = true;
}
} // end of namespace Kyra