summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/environment.h b/src/environment.h
index a8213ea6d..1abf73867 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -362,14 +362,13 @@ public:
~ClientEnvironment();
Map & getMap()
- {
- return *m_map;
- }
+ { return *m_map; }
ClientMap & getClientMap()
- {
- return *m_map;
- }
+ { return *m_map; }
+
+ IGameDef *getGameDef()
+ { return m_gamedef; }
void step(f32 dtime);