aboutsummaryrefslogtreecommitdiff
path: root/src/environment.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-26 02:34:36 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-26 02:34:36 +0300
commitbb940a946dbca49dc03af83fe55d195bd9fdc62e (patch)
tree0f78d66110f1d3d477875ae47927a8e7e6d20ec3 /src/environment.cpp
parent2915bd5518150955ed1581110527f4bb4adadfe8 (diff)
downloadhax-minetest-server-bb940a946dbca49dc03af83fe55d195bd9fdc62e.tar.gz
hax-minetest-server-bb940a946dbca49dc03af83fe55d195bd9fdc62e.zip
even more code refactoring
Diffstat (limited to 'src/environment.cpp')
-rw-r--r--src/environment.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environment.cpp b/src/environment.cpp
index cd255341f..6a7c8478e 100644
--- a/src/environment.cpp
+++ b/src/environment.cpp
@@ -22,7 +22,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "porting.h"
#include "collision.h"
#include "content_mapnode.h"
-
+#include "mapblock.h"
Environment::Environment():
m_time_of_day(9000)