X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fworld.cpp;h=26ace8b5db47d50fc752e14aa35962e409d11933;hb=fb8cef6efacc0dff5faaff6dc4aa638289285099;hp=24d22c83c7157003eb6fa8f0c14aca1b2d2ca18f;hpb=7c579d3ef0a6667c18b53dad84c63c05d2760a84;p=supertux.git diff --git a/src/world.cpp b/src/world.cpp index 24d22c83c..26ace8b5d 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -19,7 +19,7 @@ // 02111-1307, USA. #include -#include +#include #include #include @@ -33,6 +33,7 @@ #include "log.hpp" #include "worldmap/worldmap.hpp" #include "mainloop.hpp" +#include "player_status.hpp" static bool has_suffix(const std::string& data, const std::string& suffix) { @@ -128,7 +129,7 @@ World::run() current_ = this; - // create new squirrel table for persisten game state + // create new squirrel table for persistent game state HSQUIRRELVM vm = Scripting::global_vm; sq_pushroottable(vm);