VOYEUR: Fix for resource pointers resolveAll not clearing it's resolve it

This commit is contained in:
Paul Gilbert 2013-12-15 11:15:58 -05:00
parent e44fa657e4
commit 8eae029669

View File

@ -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) {