X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.hpp;h=86145e92990b0a43f4571b914b7cd673d7a7b460;hb=7fbc38d9c2fda9bfb10eeb7ecb3db36c3daa2824;hp=7865c4d8d08c55c289c4034c753aabe900dea718;hpb=a113d3bd1feddd510e3b2852b0d42522735eee40;p=supertux.git diff --git a/src/gameconfig.hpp b/src/gameconfig.hpp index 7865c4d8d..86145e929 100644 --- a/src/gameconfig.hpp +++ b/src/gameconfig.hpp @@ -36,12 +36,14 @@ public: */ int screenwidth; int screenheight; + int aspectwidth; + int aspectheight; 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()