diff options
Diffstat (limited to 'src/engine.h')
-rw-r--r-- | src/engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine.h b/src/engine.h index 87cf1900..fd508857 100644 --- a/src/engine.h +++ b/src/engine.h @@ -51,7 +51,7 @@ class Engine /** * Returns the currently active map. */ - Map *getCurrentMap(); + Map *getCurrentMap() { return mCurrentMap; } /** * Sets the currently active map. |