1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

* partially implemented puzzle map

This commit is contained in:
mateuszb
2009-08-31 15:57:15 +00:00
parent 7586094a9b
commit 399f58f1af
14 changed files with 739 additions and 35 deletions

View File

@@ -175,6 +175,7 @@ void LibClasses::init()
heroh->loadHeroes();
heroh->loadObstacles();
heroh->loadWallPositions();
heroh->loadPuzzleInfo();
tlog0 <<"\tHero handler: "<<pomtime.getDif()<<std::endl;
arth = new CArtHandler;