* Gets the map size in tiles. * @return The map size. */
| 555 | * @return The map size. |
| 556 | */ |
| 557 | int SavedBattleGame::getMapSizeXYZ() const |
| 558 | { |
| 559 | return _mapsize_x * _mapsize_y * _mapsize_z; |
| 560 | } |
| 561 | |
| 562 | /** |
| 563 | * Converts a tile index to coordinates. |
no outgoing calls
no test coverage detected