Experimental feature: Allow Tux to throw stuff straight up
[supertux.git] / src / gameconfig.hpp
index 7865c4d..be406bd 100644 (file)
@@ -36,12 +36,13 @@ public:
    */
   int screenwidth;
   int screenheight;
+  float aspect_ratio;
 
   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()