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:
parent
be3ed014a7
commit
fe9090ddfa
@ -394,8 +394,8 @@ CGameState::CGameState()
|
||||
|
||||
CGameState::~CGameState()
|
||||
{
|
||||
map.dellNull();
|
||||
curB.dellNull();
|
||||
map.dellNull();
|
||||
}
|
||||
|
||||
void CGameState::preInit(Services * services)
|
||||
|
Loading…
Reference in New Issue
Block a user