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