main_gui.c
changeset 1981 de031d2aed47
parent 1977 4392ae3d8e31
child 2049 ad0d49c916d4
--- a/main_gui.c	Sat Jun 25 06:15:43 2005 +0000
+++ b/main_gui.c	Sat Jun 25 16:44:57 2005 +0000
@@ -2421,14 +2421,14 @@
 	switch(_game_mode) {
 	case GM_MENU:
 		w = AllocateWindow(0, 0, width, height, MainWindowWndProc, WC_MAIN_WINDOW, NULL);
-		AssignWindowViewport(w, 0, 0, width, height, TILE_XY(32, 32), 0);
+		AssignWindowViewport(w, 0, 0, width, height, TileXY(32, 32), 0);
 //		w = AllocateWindowDesc(&_toolb_intro_desc);
 //		w->flags4 &= ~WF_WHITE_BORDER_MASK;
 		ShowSelectGameWindow();
 		break;
 	case GM_NORMAL:
 		w = AllocateWindow(0, 0, width, height, MainWindowWndProc, WC_MAIN_WINDOW, NULL);
-		AssignWindowViewport(w, 0, 0, width, height, TILE_XY(32, 32), 0);
+		AssignWindowViewport(w, 0, 0, width, height, TileXY(32, 32), 0);
 
 		ShowVitalWindows();