diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-16 21:28:46 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-16 21:28:46 -0400 |
| commit | 29f818c314f86f9a842840c20d9634f0711507a6 (patch) | |
| tree | 46f6445f336cc2b7c5dfc64b6f99459a97a8bc03 /tools/mapedit/src/map.cpp | |
| parent | 8b61d93fc869ea39a78cdc134002ef11bf3e69d3 (diff) | |
| download | therapy-29f818c314f86f9a842840c20d9634f0711507a6.tar.gz therapy-29f818c314f86f9a842840c20d9634f0711507a6.tar.bz2 therapy-29f818c314f86f9a842840c20d9634f0711507a6.zip | |
Added tool to map editor to set game starting position
Diffstat (limited to 'tools/mapedit/src/map.cpp')
| -rw-r--r-- | tools/mapedit/src/map.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
| diff --git a/tools/mapedit/src/map.cpp b/tools/mapedit/src/map.cpp index 32541e6..0f8826c 100644 --- a/tools/mapedit/src/map.cpp +++ b/tools/mapedit/src/map.cpp | |||
| @@ -113,6 +113,11 @@ bool Map::getExpanded() const | |||
| 113 | return expanded; | 113 | return expanded; |
| 114 | } | 114 | } |
| 115 | 115 | ||
| 116 | World* Map::getWorld() const | ||
| 117 | { | ||
| 118 | return world; | ||
| 119 | } | ||
| 120 | |||
| 116 | void Map::setTitle(std::string title, bool dirty) | 121 | void Map::setTitle(std::string title, bool dirty) |
| 117 | { | 122 | { |
| 118 | this->title = title; | 123 | this->title = title; |
