Fix for bug #896844 (DIG: Missing subtitle at the lab console)

svn-id: r13446
This commit is contained in:
Max Horn 2004-04-03 13:16:02 +00:00
parent dedc33d99c
commit 330cf43383

View File

@ -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);