- Cleanup and rewrite some mainloop code
[supertux.git] / src / gameconfig.hpp
index 7865c4d..86145e9 100644 (file)
@@ -36,12 +36,14 @@ public:
    */
   int screenwidth;
   int screenheight;
+  int aspectwidth;
+  int aspectheight;
 
   bool use_fullscreen;
   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()