auto detect aspect ratio of monitor, so that you don't have to know/use the cryptic...
[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;