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

* fixed vector<bool> serialization

* fixed issue with loading castle event
This commit is contained in:
Michał W. Urbańczyk
2013-02-05 14:32:59 +00:00
parent 937b316c11
commit f8d7473f9a
2 changed files with 2 additions and 7 deletions

View File

@ -2012,11 +2012,6 @@ CGTownInstance * CMapLoaderH3M::readTown(int castleID)
readResourses(nce->resources);
for(int x = 0; x < 7; ++x)
{
nce->resources[x] = readUI32();
}
nce->players = readUI8();
if(map->version > EMapFormat::AB)
{