1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Fixed wrong call in issue #208.

This commit is contained in:
DjWarmonger 2009-11-11 18:20:18 +00:00
parent 7a622c6858
commit a2e9e351e1

View File

@ -2044,11 +2044,11 @@ bool CGameHandler::buildStructure( si32 tid, si32 bid )
sendAndApply(&ns);
//reveal ground for lookout tower
/* sdl conflict
FoWChange fw;
t->getSightTiles(fw.tiles);
fw.player = t->tempOwner;
fw.mode = 1;
getTilesInRange(fw.tiles,t->pos,t->getSightRadious(),t->tempOwner,1);
sendAndApply(&fw);
*/
SetResources sr;
sr.player = t->tempOwner;