summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/environment.h b/src/environment.h
index ffd4a1554..9e282476f 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -44,7 +44,6 @@ class ActiveBlockModifier;
class ServerActiveObject;
class ITextureSource;
class IGameDef;
-class IBackgroundBlockEmerger;
class Map;
class ServerMap;
class ClientMap;
@@ -194,8 +193,7 @@ class ServerEnvironment : public Environment
{
public:
ServerEnvironment(ServerMap *map, GameScripting *scriptIface,
- IGameDef *gamedef,
- IBackgroundBlockEmerger *emerger);
+ IGameDef *gamedef);
~ServerEnvironment();
Map & getMap();
@@ -367,8 +365,6 @@ private:
GameScripting* m_script;
// Game definition
IGameDef *m_gamedef;
- // Background block emerger (the EmergeManager, in practice)
- IBackgroundBlockEmerger *m_emerger;
// Active object list
std::map<u16, ServerActiveObject*> m_active_objects;
// Outgoing network message buffer for active objects