you can compare colors now
[supertux.git] / src / gameconfig.hpp
index 86145e9..f4cb884 100644 (file)
@@ -36,10 +36,10 @@ public:
    */
   int screenwidth;
   int screenheight;
-  int aspectwidth;
-  int aspectheight;
+  float aspect_ratio;
 
   bool use_fullscreen;
+  bool try_vsync;
   bool show_fps;
   bool sound_enabled;
   bool music_enabled;