mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
LASTEXPRESS: Add missing queue reset in Entitites::resetSequences
svn-id: r54367
This commit is contained in:
parent
2a6519ca2e
commit
2687c987eb
@ -621,7 +621,7 @@ void Entities::resetSequences(EntityIndex entityIndex) const {
|
||||
strcpy((char*)&getData(entityIndex)->sequenceName, "");
|
||||
strcpy((char*)&getData(entityIndex)->sequenceName2, "");
|
||||
|
||||
// Original engine resets flag to decompress data on the fly (we don't need to do that)
|
||||
getScenes()->resetQueue();
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user