aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wage/script.cpp')
-rw-r--r--engines/wage/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/script.cpp b/engines/wage/script.cpp
index 7a8ba14ad4..558f493847 100644
--- a/engines/wage/script.cpp
+++ b/engines/wage/script.cpp
@@ -90,7 +90,7 @@ Common::String Script::Operand::toString() const {
case CLICK_INPUT:
return Wage::toString(_value.inputClick);
default:
- error("Unhandled operand type: _type");
+ error("Unhandled operand type: %d", (int)_type);
}
}