summaryrefslogtreecommitdiff
path: root/games-strategy/scorched3d/files/scorched3d-44-wxgtk32.patch
blob: 9ee0b8c34b5878ad4fed483a027c5bedb39b7536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- a/src/launcher/scorched/main.cpp
+++ b/src/launcher/scorched/main.cpp
@@ -26,6 +26,7 @@
 #include <graph/OptionsDisplay.h>
 #include <wx/wx.h>
 #include <wx/utils.h>
+#include <wx/sizer.h>
 #include <locale.h>
 #include <math.h>
 #include <signal.h>
@@ -86,6 +87,8 @@ int main(int argc, char *argv[])
 		ScorchedParams::instance()->getSDLInitVideo() = true;
 	}
 
+	wxSizerFlags::DisableConsistencyChecks();
+
 #ifdef _WIN32
 		wxEntry((WXHINSTANCE) (HINSTANCE) GetModuleHandle(NULL),
 			(WXHINSTANCE) NULL, "", SW_SHOWNORMAL);