X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworld.hpp;h=71095b8e374a9d6a812b09bff4d6d1c3cbb7d63c;hb=f53572ad2b744ddddd7cc4b6479489543d44f98d;hp=891a4388471256727ddc0696467533c1fecb062e;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/world.hpp b/src/world.hpp index 891a43884..71095b8e3 100644 --- a/src/world.hpp +++ b/src/world.hpp @@ -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: