diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp index 96c80d860e9..db1115d8db9 100644 --- a/engines/director/lingo/lingo-the.cpp +++ b/engines/director/lingo/lingo-the.cpp @@ -820,6 +820,9 @@ void Lingo::setTheSprite(Datum &id1, int field, Datum &d) { if (!sprite) return; + if (!sprite->_enabled) + sprite->_enabled = true; + switch (field) { case kTheBackColor: sprite->_backColor = d.asInt();