aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v2.cpp')
-rw-r--r--scumm/script_v2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v2.cpp b/scumm/script_v2.cpp
index 4d911fd0f2..f7d390f8bb 100644
--- a/scumm/script_v2.cpp
+++ b/scumm/script_v2.cpp
@@ -718,7 +718,7 @@ void ScummEngine_v2::o2_actorOps() {
a->_talkColor = arg;
break;
default:
- warning("o2_actorOps: opcode %d not yet supported", _opcode);
+ error("o2_actorOps: opcode %d not yet supported", _opcode);
}
}