summary refs log tree commit diff stats
path: root/tools/mapedit/src/map.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-16 21:28:46 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-16 21:28:46 -0400
commit29f818c314f86f9a842840c20d9634f0711507a6 (patch)
tree46f6445f336cc2b7c5dfc64b6f99459a97a8bc03 /tools/mapedit/src/map.cpp
parent8b61d93fc869ea39a78cdc134002ef11bf3e69d3 (diff)
downloadtherapy-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.cpp5
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
116World* Map::getWorld() const
117{
118 return world;
119}
120
116void Map::setTitle(std::string title, bool dirty) 121void Map::setTitle(std::string title, bool dirty)
117{ 122{
118 this->title = title; 123 this->title = title;