1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

#2044 - changed order of destructors to avoid crash

This commit is contained in:
Andrii Danylchenko 2023-07-25 10:09:18 +03:00
parent be3ed014a7
commit fe9090ddfa

View File

@ -394,8 +394,8 @@ CGameState::CGameState()
CGameState::~CGameState()
{
map.dellNull();
curB.dellNull();
map.dellNull();
}
void CGameState::preInit(Services * services)