summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-03-27 16:24:01 -0600
committerJared Adams <jaxad0127@gmail.com>2009-03-27 16:24:01 -0600
commitf67237cb69599753192c301f0f2eb38b88f7b57a (patch)
treea38b31447423e7971601f8a7e9528d204d7fcc26 /src/engine.h
parent60f10c242fc4f99b0ab0f8d8c6d4b4acde0022cd (diff)
downloadmana-client-f67237cb69599753192c301f0f2eb38b88f7b57a.tar.gz
mana-client-f67237cb69599753192c301f0f2eb38b88f7b57a.tar.bz2
mana-client-f67237cb69599753192c301f0f2eb38b88f7b57a.tar.xz
mana-client-f67237cb69599753192c301f0f2eb38b88f7b57a.zip
Clean up some ifdefs and start cleanup of parties
Diffstat (limited to 'src/engine.h')
-rw-r--r--src/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.h b/src/engine.h
index eafce3b9..963270e8 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -53,7 +53,7 @@ class Engine
/**
* Sets the currently active map.
*/
- void changeMap(const std::string &mapName);
+ bool changeMap(const std::string &mapName);
/**
* Performs engine logic. This method is called 100 times per second.