diff options
Diffstat (limited to 'src/game.h')
-rw-r--r-- | src/game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h index 6064a300b..4469d3774 100644 --- a/src/game.h +++ b/src/game.h @@ -91,7 +91,7 @@ class Game /** * Returns the currently active map. */ - Map *getCurrentMap() + Map *getCurrentMap() const { return mCurrentMap; } const std::string &getCurrentMapName() const |