src/industry_gui.cpp
changeset 6624 880e29b1f25e
parent 6492 286a52449b54
child 6636 fec086b5c340
--- a/src/industry_gui.cpp	Tue May 15 13:38:43 2007 +0000
+++ b/src/industry_gui.cpp	Tue May 15 14:08:39 2007 +0000
@@ -452,7 +452,7 @@
 		WP(w, vp2_d).data_1 = 0;
 		WP(w, vp2_d).data_2 = 0;
 		WP(w, vp2_d).data_3 = 0;
-		AssignWindowViewport(w, 3, 17, 0xFE, 0x56, GetIndustry(w->window_number)->xy + TileDiffXY(1, 1), 1);
+		AssignWindowViewport(w, 3, 17, 0xFE, 0x56, GetIndustry(w->window_number)->xy + TileDiffXY(1, 1), ZOOM_LVL_INDUSTRY);
 	}
 }