summaryrefslogtreecommitdiff
path: root/src/engine.h
diff options
context:
space:
mode:
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 ae8e1132..290cac3c 100644
--- a/src/engine.h
+++ b/src/engine.h
@@ -47,7 +47,7 @@ class Engine
/**
* Sets the currently active map.
*/
- bool changeMap(const std::string &mapName);
+ void changeMap(const std::string &mapName);
/**
* Performs engine logic. This method is called 100 times per second.