Revert "Start Wesnoth maximized"

This reverts commit 0f77464e3641ce8fca567903f8be95fbca012624.
This commit is contained in:
Andreas Löf 2015-12-20 11:13:57 +13:00
parent c7a73cd3a4
commit 77b39190ba

View File

@ -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);