X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=be406bd2c4ed1bf74dc3f069cfedb4ec233a41a4;hb=3e86b3d0c8c9ed1137e8716fcecbcd0ca67bea7b;hp=7865c4d8d08c55c289c4034c753aabe900dea718;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index 7865c4d8d..be406bd2c 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -36,12 +36,13 @@ public: */ int screenwidth; int screenheight; + float aspect_ratio; bool use_fullscreen; bool show_fps; bool sound_enabled; bool music_enabled; - bool cheats_enabled; + bool console_enabled; int random_seed; // initial random seed. 0 ==> set from time()