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