diff options
-rw-r--r-- | engines/director/lingo/lingo-the.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/director/lingo/lingo-the.cpp b/engines/director/lingo/lingo-the.cpp index 8ae7777c0b..1ea03b2ce6 100644 --- a/engines/director/lingo/lingo-the.cpp +++ b/engines/director/lingo/lingo-the.cpp @@ -308,6 +308,9 @@ void Lingo::setTheEntity(int entity, Datum &id, int field, Datum &d) { // bpp. 1, 2, 4, 8, 32 warning("STUB: Lingo::setTheEntity(): Set color depth to %d", _vm->_colorDepth); break; + case kTheCast: + setTheCast(id, field, d); + break; default: warning("Lingo::setTheEntity(): Unprocessed setting field %d of entity %d", field, entity); } |