| 289 | } |
| 290 | |
| 291 | void TileMap::updateAllBattlescapeInfo() |
| 292 | { |
| 293 | for (auto &t : tiles) |
| 294 | { |
| 295 | t.updateBattlescapeParameters(); |
| 296 | t.updateBattlescapeUIDrawOrder(); |
| 297 | t.updateBattlescapeUnitPresent(); |
| 298 | } |
| 299 | } |
| 300 | |
| 301 | void TileMap::updateAllCityInfo() |
| 302 | { |
no test coverage detected