fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / gameconfig.hpp
index 109df1a..7865c4d 100644 (file)
@@ -26,7 +26,7 @@ class Config
 public:
   Config();
   ~Config();
-  
+
   void load();
   void save();
 
@@ -43,6 +43,8 @@ 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;