mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
DIRECTOR: Implement kThePauseState STUB in getTheEntity
This commit is contained in:
committed by
Eugene Sandulenko
parent
4b5dc5fc99
commit
4eef4159fb
@@ -711,7 +711,8 @@ Datum Lingo::getTheEntity(int entity, Datum &id, int field) {
|
||||
d.u.i = (movie->_keyFlags & Common::KBD_ALT) ? 1 : 0;
|
||||
break;
|
||||
case kThePauseState:
|
||||
getTheEntitySTUB(kThePauseState);
|
||||
d.type = INT;
|
||||
d.u.i = (int) g_director->_playbackPaused;
|
||||
break;
|
||||
case kThePerFrameHook:
|
||||
d = _perFrameHook;
|
||||
|
||||
Reference in New Issue
Block a user