X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=1602787991ab1e71e14163d22771baaa205ff411;hb=f53572ad2b744ddddd7cc4b6479489543d44f98d;hp=ab639d86a98bf30681f3814c136a264fed433faa;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index ab639d86a..160278799 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -43,8 +43,11 @@ public: bool music_enabled; bool cheats_enabled; + int random_seed; // initial random seed. 0 ==> set from time() + /** this variable is set if supertux should start in a specific level */ std::string start_level; + bool enable_script_debugger; std::string start_demo; std::string record_demo; };