X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fgameconfig.cpp;h=38250118c4702dbd07a7588101411ad4d88ff4b9;hb=0262a9c0ae29d375e8174038d8cc81ebbeb10215;hp=060eed074714099b0829ec58dade027f36533eb3;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/gameconfig.cpp b/src/gameconfig.cpp index 060eed074..38250118c 100644 --- a/src/gameconfig.cpp +++ b/src/gameconfig.cpp @@ -35,7 +35,8 @@ Config* config = 0; Config::Config() { - use_fullscreen = true; + profile = 1; + use_fullscreen = false; video = AUTO_VIDEO; try_vsync = true; show_fps = false;