mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 16:24:38 +00:00
Revert "Start Wesnoth maximized"
This reverts commit 0f77464e3641ce8fca567903f8be95fbca012624.
This commit is contained in:
parent
c7a73cd3a4
commit
77b39190ba
@ -433,8 +433,6 @@ bool game_launcher::init_video()
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
video_flags ^= SDL_WINDOW_MAXIMIZED;
|
|
||||||
|
|
||||||
std::cerr << "Setting mode to " << resolution.first << "x" << resolution.second << "x" << bpp << "\n";
|
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);
|
const int res = video_.setMode(resolution.first,resolution.second,bpp,video_flags);
|
||||||
video_.setBpp(bpp);
|
video_.setBpp(bpp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user