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
1 changed files with 1 additions and 0 deletions

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();
} }