2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-13 06:46:10 +00:00

Fix CMemoryCardSys

This commit is contained in:
2020-04-15 04:27:06 -07:00
parent 8a974d6e5e
commit e553a9022f
6 changed files with 96 additions and 64 deletions

View File

@@ -134,7 +134,7 @@ class CGameArchitectureSupport
std::vector<TToken<CAudioGroupSet>> x8c_pendingAudioGroups;
boo::SWindowRect m_windowRect;
bool m_rectIsDirty;
bool m_rectIsDirty = false;
void destroyed() { x4_archQueue.Push(MakeMsg::CreateRemoveAllIOWins(EArchMsgTarget::IOWinManager)); }