1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Minor fix for last revision.

This commit is contained in:
DjWarmonger 2009-11-11 17:55:07 +00:00
parent e1c793068d
commit 7a622c6858

View File

@ -2039,16 +2039,16 @@ bool CGameHandler::buildStructure( si32 tid, si32 bid )
sendAndApply(&ssi);
}
//reveal ground for lookout tower
/* sdl conflict
ns.bid.insert(bid);
ns.builded = t->builded + 1;
sendAndApply(&ns);
*/
//reveal ground for lookout tower
/* sdl conflict
FoWChange fw;
t->getSightTiles(fw.tiles);
sendAndApply(&fw);
*/
SetResources sr;
sr.player = t->tempOwner;