X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=bdf8725eba416facfa323b3bf5685a6f27bac01a;hb=1b5e7a23a3c8f8aac6a908a7a8939f1067ce9a7e;hp=6c3df206d8087c460b16b880aaca1bcbe9d33f11;hpb=403276e51afda11d0738be756025411d9103a6ed;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index 6c3df206d..bdf8725eb 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -44,16 +44,11 @@ public: int window_width; int window_height; - // the projection area size before aspectratio is applied - int projection_width; - int projection_height; - - // scale the projection area or leave it at 1:1 pixel mapping - bool scale_projection; - // the aspect ratio int aspect_width; int aspect_height; + + float magnification; bool use_fullscreen; VideoSystem video;