Let Tux bounce off badguys when he's invincible. This let's us bounce off guys like...
[supertux.git] / src / world.hpp
index 891a438..71095b8 100644 (file)
@@ -31,6 +31,7 @@ private:
   std::string savegame_filename;
   /// squirrel table that saves persistent state (about the world)
   HSQOBJECT state_table;
+  HSQOBJECT world_thread;
   static World* current_;
 
 public: