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

Fix bug where CGameArea::Validate/PostConstruct attempts to reuse old section buffers

This commit is contained in:
Phillip Stephens 2018-05-20 19:10:55 -07:00
parent 536f943858
commit e982497055

View File

@ -963,6 +963,7 @@ bool CGameArea::Invalidate(CStateManager* mgr)
void CGameArea::KillmAreaData() void CGameArea::KillmAreaData()
{ {
m_resolvedBufs.clear();
x110_mreaSecBufs.clear(); x110_mreaSecBufs.clear();
} }