DIRECTOR: LINGO: Enable sprite on property set

This commit is contained in:
djsrv 2020-06-19 16:50:48 -04:00
parent a3a6988178
commit e248e9590c

View file

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