Fixed Tux picking up dead BadGuys: Will no longer pick up objects in collision group...
[supertux.git] / src / gameconfig.hpp
index 8a6dcc5..be406bd 100644 (file)
@@ -36,6 +36,7 @@ public:
    */
   int screenwidth;
   int screenheight;
+  float aspect_ratio;
 
   bool use_fullscreen;
   bool show_fps;