1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-01 23:12:49 +02:00

* version set to 0.63

* mostly done morketplace
* more logging around netcode
This commit is contained in:
Michał W. Urbańczyk
2008-09-07 03:38:37 +00:00
parent 2af92aa170
commit 3d147a7be8
18 changed files with 479 additions and 16 deletions

View File

@@ -477,8 +477,8 @@ void Mapa::initFromBytes(unsigned char * bufor)
if(!objects[f]->defInfo)
continue;
addBlockVisTiles(objects[f]);
}
std::cout<<"\tCalculating blocked/visitable tiles: "<<th.getDif()<<std::endl;
}
void Mapa::removeBlockVisTiles(CGObjectInstance * obj)
{