| 1861 | } |
| 1862 | |
| 1863 | bool Battle::getVisible(StateRef<Organisation> org, int x, int y, int z) const |
| 1864 | { |
| 1865 | return visibleTiles.at(org).at(z * size.x * size.y + y * size.x + x); |
| 1866 | } |
| 1867 | |
| 1868 | void Battle::setVisible(StateRef<Organisation> org, int x, int y, int z, bool val) |
| 1869 | { |