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:
parent
7a622c6858
commit
a2e9e351e1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user