* Gets the map height. * @return The map height (Size Z) in layers. */
| 546 | * @return The map height (Size Z) in layers. |
| 547 | */ |
| 548 | int SavedBattleGame::getMapSizeZ() const |
| 549 | { |
| 550 | return _mapsize_z; |
| 551 | } |
| 552 | |
| 553 | /** |
| 554 | * Gets the map size in tiles. |
no outgoing calls
no test coverage detected