mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 23:19:49 +00:00
DIRECTOR: Lingo: Fix 'the' entities processing
This commit is contained in:
parent
2f16dabe57
commit
9e70b0853b
@ -366,10 +366,12 @@ Datum Lingo::getTheEntity(int entity, Datum &id, int field) {
|
||||
d.u.f = sqrt(id.u.f);
|
||||
break;
|
||||
case kTheColorQD:
|
||||
push(Datum(1));
|
||||
d.type = INT;
|
||||
d.u.i = 1;
|
||||
break;
|
||||
case kTheColorDepth:
|
||||
push(Datum(_vm->_colorDepth));
|
||||
d.type = INT;
|
||||
d.u.i = _vm->_colorDepth;
|
||||
break;
|
||||
default:
|
||||
warning("Unprocessed getting field %d of entity %d", field, entity);
|
||||
|
Loading…
x
Reference in New Issue
Block a user