src/main_gui.cpp
changeset 10625 3c1f6a26db71
parent 10607 1ab30cead125
child 10684 7cc2278c2ac0
--- a/src/main_gui.cpp	Sun May 18 20:01:54 2008 +0000
+++ b/src/main_gui.cpp	Sun May 18 20:40:30 2008 +0000
@@ -217,7 +217,7 @@
 
 struct MainWindow : Window
 {
-	MainWindow(int width, int height) : Window(0, 0, width, height, NULL, WC_MAIN_WINDOW, NULL)
+	MainWindow(int width, int height) : Window(0, 0, width, height, WC_MAIN_WINDOW, NULL)
 	{
 		InitializeWindowViewport(this, 0, 0, width, height, TileXY(32, 32), ZOOM_LVL_VIEWPORT);
 	}