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

Version set to 0.8b - for dev release.

Minor.
This commit is contained in:
Michał W. Urbańczyk
2010-05-26 22:54:00 +00:00
parent 3111a904ae
commit c55397f3ab
3 changed files with 3 additions and 3 deletions

View File

@ -1170,7 +1170,7 @@ CGameState::~CGameState()
delete mx;
delete map;
delete curB;
delete scenarioOps;
//delete scenarioOps;
delete applierGs;
delete objCaller;
}