Experimental feature: Allow Tux to throw stuff straight up
[supertux.git] / src / gameconfig.hpp
index 86145e9..be406bd 100644 (file)
@@ -36,8 +36,7 @@ public:
    */
   int screenwidth;
   int screenheight;
-  int aspectwidth;
-  int aspectheight;
+  float aspect_ratio;
 
   bool use_fullscreen;
   bool show_fps;