Merged back changes from 0.3.x branch
[supertux.git] / src / gameconfig.hpp
index 109df1a..8a6dcc5 100644 (file)
@@ -26,7 +26,7 @@ class Config
 public:
   Config();
   ~Config();
-  
+
   void load();
   void save();
 
@@ -41,7 +41,9 @@ public:
   bool show_fps;
   bool sound_enabled;
   bool music_enabled;
-  bool cheats_enabled;
+  bool console_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;