From cb497e3620321f67563c85d5ce83e5446a49ce3b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 29 Dec 2019 00:31:24 +0100 Subject: DIRECTOR: LINGO: Added 'set... of the cast' processing --- engines/director/lingo/lingo-the.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/director') 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); } -- cgit v1.2.3