aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-03-16 11:29:38 +0100
committerEugene Sandulenko2016-03-16 13:28:02 +0100
commitfc6b1c39d9eb21759d7ce59b223c573a9a4017aa (patch)
treeccaae6bef9a2b7c137e25f4f727deff530b12049 /engines/wage/script.cpp
parent3608d7343c510b1a994824d91c35c87adc8a03ac (diff)
downloadscummvm-rg350-fc6b1c39d9eb21759d7ce59b223c573a9a4017aa.tar.gz
scummvm-rg350-fc6b1c39d9eb21759d7ce59b223c573a9a4017aa.tar.bz2
scummvm-rg350-fc6b1c39d9eb21759d7ce59b223c573a9a4017aa.zip
WAGE: More games to detection, all have problems
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 bd99fa1d86..294c08ed82 100644
--- a/engines/wage/script.cpp
+++ b/engines/wage/script.cpp
@@ -1124,7 +1124,7 @@ void Script::convertToText() {
if (c < 0x80) {
if (c < 0x20)
- error("Unknown code 0x%02x at %d", c, _data->pos());
+ error("convertToText: Unknown code 0x%02x at %d", c, _data->pos());
do {
scr->line += c;