summaryrefslogtreecommitdiff
path: root/src/game-server/mapmanager.hpp
diff options
context:
space:
mode:
authorChuck Miller <chuck@miller-server.(none)>2008-12-06 01:09:44 -0500
committerChuck Miller <chuck@miller-server.(none)>2008-12-06 01:09:44 -0500
commita841518cd56f96171cbe7d0c80fd31470d84ab11 (patch)
tree4f5dd5f33a7157d2d43edbdeda2be68eeb411a22 /src/game-server/mapmanager.hpp
parent9bdfd39c3b7101f8175049336bff412c38adb2ba (diff)
downloadmanaserv-a841518cd56f96171cbe7d0c80fd31470d84ab11.tar.gz
manaserv-a841518cd56f96171cbe7d0c80fd31470d84ab11.tar.bz2
manaserv-a841518cd56f96171cbe7d0c80fd31470d84ab11.tar.xz
manaserv-a841518cd56f96171cbe7d0c80fd31470d84ab11.zip
Fixes map warp issues, and has a better starting location
Diffstat (limited to 'src/game-server/mapmanager.hpp')
-rw-r--r--src/game-server/mapmanager.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game-server/mapmanager.hpp b/src/game-server/mapmanager.hpp
index 82cad2d1..e3fde61a 100644
--- a/src/game-server/mapmanager.hpp
+++ b/src/game-server/mapmanager.hpp
@@ -49,6 +49,11 @@ namespace MapManager
MapComposite *getMap(int mapId);
/**
+ * Returns the requested map
+ */
+ MapComposite *getMap(std::string const &mapName);
+
+ /**
* Returns all the maps.
*/
Maps const &getMaps();