X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=f4cb884c670dfc36ed05a7562cd3c3b1068c5905;hb=5e0bb78e0d7679399eb0f687ecaf93a91cfcb577;hp=86145e92990b0a43f4571b914b7cd673d7a7b460;hpb=b3df78c0b5dcf53a730bd4372aa11e3f5636606f;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index 86145e929..f4cb884c6 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -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;