update for backscrolling, badguy behaviour
[supertux.git] / src / gameconfig.hpp
index ab639d8..1602787 100644 (file)
@@ -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;
 };