From 330cf4338327a7246f693192aa5c687d3eb5be79 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 3 Apr 2004 13:16:02 +0000 Subject: Fix for bug #896844 (DIG: Missing subtitle at the lab console) svn-id: r13446 --- scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/string.cpp') diff --git a/scumm/string.cpp b/scumm/string.cpp index 44c7222d6d..868e252e44 100644 --- a/scumm/string.cpp +++ b/scumm/string.cpp @@ -107,7 +107,7 @@ void ScummEngine::CHARSET_1() { if (getTalkingActor() != 0xFF) a = derefActorSafe(getTalkingActor(), "CHARSET_1"); - if (a && _string[0].overhead != 0) { + if (a && a->isInCurrentRoom() && _string[0].overhead != 0) { if (_version <= 5) { _string[0].xpos = a->_pos.x - camera._cur.x + (_screenWidth / 2); -- cgit v1.2.3