1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-05 00:49:09 +02:00

* reading disposed/predefined heroes (probably works)

* new discoveries in h3m specification

VCMI handles correctly all known maps again :)
This commit is contained in:
Michał W. Urbańczyk
2008-02-25 18:35:10 +00:00
parent ee2a63f26e
commit 33fd0d22a6
4 changed files with 261 additions and 27 deletions

View File

@ -221,7 +221,7 @@ CMapHeader::CMapHeader(unsigned char *map)
((VicCona*)this->vicConDetails)->destinationPlace.x = map[i+3];
((VicCona*)this->vicConDetails)->destinationPlace.y = map[i+4];
((VicCona*)this->vicConDetails)->destinationPlace.z = map[i+5];
nr=3;
nr=4;
break;
}
}