X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=f4cb884c670dfc36ed05a7562cd3c3b1068c5905;hb=5e0bb78e0d7679399eb0f687ecaf93a91cfcb577;hp=8a6dcc5209c97bb6811983d267a47ff3547c9e4e;hpb=959f514b78262ae6b276821bc61864fa6967b97c;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index 8a6dcc520..f4cb884c6 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -36,8 +36,10 @@ public: */ int screenwidth; int screenheight; + float aspect_ratio; bool use_fullscreen; + bool try_vsync; bool show_fps; bool sound_enabled; bool music_enabled;