aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index eaa8a46fbf..298bcc4a70 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -2780,7 +2780,7 @@ void ScummEngine_v100he::decodeParseString(int m, int n) {
if (n) {
_actorToPrintStrFor = pop();
if (_actorToPrintStrFor != 0xFF) {
- a = derefActorSafe(_actorToPrintStrFor, "decodeParseString");
+ a = derefActor(_actorToPrintStrFor, "decodeParseString");
_string[0].color = a->_talkColor;
}
}