X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=be406bd2c4ed1bf74dc3f069cfedb4ec233a41a4;hb=69f1f633dec2d8a8f1286cf072b6725c75eaeb6a;hp=86145e92990b0a43f4571b914b7cd673d7a7b460;hpb=b3df78c0b5dcf53a730bd4372aa11e3f5636606f;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index 86145e929..be406bd2c 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -36,8 +36,7 @@ public: */ int screenwidth; int screenheight; - int aspectwidth; - int aspectheight; + float aspect_ratio; bool use_fullscreen; bool show_fps;