1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-03 13:01:33 +02:00

#2993 - destruct battle info first when destruction CGameState

This commit is contained in:
Andrii Danylchenko 2023-10-29 09:41:22 +02:00
parent 7531400f53
commit 4d6d64837f

View File

@ -409,6 +409,7 @@ CGameState::CGameState()
CGameState::~CGameState()
{
currentBattles.clear();
map.dellNull();
}