Made screen-fill vs black-border an option
[supertux.git] / src / gameconfig.hpp
index bdf8725..8456cc4 100644 (file)
@@ -49,6 +49,7 @@ public:
   int aspect_height;
   
   float magnification;
+  bool  fill_screen;
 
   bool use_fullscreen;
   VideoSystem video;