1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

Hotfix for loading game.

This commit is contained in:
Michał W. Urbańczyk
2010-11-03 11:34:25 +00:00
parent 92f1fbd825
commit 1c8d909433
3 changed files with 4 additions and 4 deletions

View File

@ -1370,8 +1370,8 @@ CGameState::~CGameState()
delete mx;
delete map;
delete curB;
delete scenarioOps;
delete initialOpts;
//delete scenarioOps; //TODO: fix for loading ind delete
//delete initialOpts;
delete applierGs;
delete objCaller;