Fixed game crashing when leaving the worldmap
[supertux.git] / src / gameconfig.cpp
index 61ca19e..3825011 100644 (file)
@@ -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;