From 77b39190ba76d0bdbbdbf52550cf87486ac64aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=B6f?= Date: Sun, 20 Dec 2015 11:13:57 +1300 Subject: [PATCH] Revert "Start Wesnoth maximized" This reverts commit 0f77464e3641ce8fca567903f8be95fbca012624. --- src/game_launcher.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/game_launcher.cpp b/src/game_launcher.cpp index 9b947643a5d..1b47c484ac7 100644 --- a/src/game_launcher.cpp +++ b/src/game_launcher.cpp @@ -433,8 +433,6 @@ bool game_launcher::init_video() return false; } - video_flags ^= SDL_WINDOW_MAXIMIZED; - std::cerr << "Setting mode to " << resolution.first << "x" << resolution.second << "x" << bpp << "\n"; const int res = video_.setMode(resolution.first,resolution.second,bpp,video_flags); video_.setBpp(bpp);