| 1738 | } |
| 1739 | |
| 1740 | void Tile::notifyEntitiesSeatsWithVision() |
| 1741 | { |
| 1742 | for(GameEntity* entity : mEntitiesInTile) |
| 1743 | { |
| 1744 | entity->notifySeatsWithVision(mSeatsWithVision); |
| 1745 | } |
| 1746 | } |
| 1747 | |
| 1748 | |
| 1749 | bool Tile::isFullTile() const |
no test coverage detected