X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.cpp;h=b90551bd169f17fd6e204d73231c86099f6a052c;hb=89c801d4e00a0be36f6ad693a055505968ef9514;hp=728b2b838f546937cc9764291a7c9cf4fbf9ad5e;hpb=ad8009a7af49684d472c9aede493c6306e3daca0;p=supertux.git diff --git a/src/gameconfig.cpp b/src/gameconfig.cpp index 728b2b838..b90551bd1 100644 --- a/src/gameconfig.cpp +++ b/src/gameconfig.cpp @@ -54,8 +54,8 @@ Config::Config() magnification = 1.0f; - aspect_width = 4; - aspect_height = 3; + aspect_width = 0; // auto detect + aspect_height = 0; enable_script_debugger = false;