1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Merge pull request #2411 from vcmi/fix-2044

Fix 2044
This commit is contained in:
DjWarmonger 2023-07-25 10:08:54 +02:00 committed by GitHub
commit c46f9b900a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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