- Change ScriptInterpreter to a gameobject, so we can now have several script
[supertux.git] / src / sector.h
index 8cec44c..ad735f4 100644 (file)
@@ -135,7 +135,6 @@ public:
 private:
   std::vector<Bullet*> bullets;
 
-  ScriptInterpreter* interpreter;
   std::string init_script;
 
 public: // TODO make this private again