mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
VOYEUR: Fix for resource pointers resolveAll not clearing it's resolve it
This commit is contained in:
parent
e44fa657e4
commit
8eae029669
@ -382,6 +382,8 @@ void BoltFile::resolveFunction(uint32 id, GraphicMethodPtr *fn) {
|
||||
void BoltFile::resolveAll() {
|
||||
for (uint idx = 0; idx < _state._resolves.size(); ++idx)
|
||||
*_state._resolves[idx]._p = memberAddrOffset(_state._resolves[idx]._id);
|
||||
|
||||
_state._resolves.clear();
|
||||
}
|
||||
|
||||
byte *BoltFile::getBoltMember(uint32 id) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user