mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
One more fix
This commit is contained in:
parent
972272f91d
commit
87f03ab0b0
@ -22,8 +22,8 @@ MxResult PoliceState::VTable0x1c(LegoFile* p_legoFile)
|
||||
p_legoFile->Read(&m_unk0x08, sizeof(m_unk0x08));
|
||||
}
|
||||
else {
|
||||
undefined4 unk0x8 = m_unk0x08;
|
||||
p_legoFile->Write(&unk0x8, sizeof(m_unk0x08));
|
||||
undefined4 unk0x08 = m_unk0x08;
|
||||
p_legoFile->Write(&unk0x08, sizeof(m_unk0x08));
|
||||
}
|
||||
|
||||
return SUCCESS;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user