mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
FULLPIPE: Fix invalid read
This commit is contained in:
parent
38a0bdb263
commit
b4153bef61
@ -397,6 +397,9 @@ void StaticANIObject::startMQIfIdle(int qId, int flag) {
|
||||
}
|
||||
|
||||
bool StaticANIObject::isIdle() {
|
||||
if (_objtype != kObjTypeStaticANIObject)
|
||||
return true;
|
||||
|
||||
if (_messageQueueId) {
|
||||
MessageQueue *m = g_fp->_globalMessageQueueList->getMessageQueueById(_messageQueueId);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user