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

* second part of sieges

* minor changes
This commit is contained in:
mateuszb
2009-08-26 14:09:55 +00:00
parent af0cfe13a4
commit adcfb3c020
11 changed files with 397 additions and 100 deletions

View File

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