src/openttd.cpp
changeset 8578 55218950ce2d
parent 8561 e97b716fabee
child 8579 3efbb430092e
--- a/src/openttd.cpp	Sat Dec 15 23:11:18 2007 +0000
+++ b/src/openttd.cpp	Sun Dec 16 10:54:08 2007 +0000
@@ -1055,8 +1055,8 @@
 		Window *w = FindWindowById(WC_MAIN_WINDOW, 0);
 		assert(w);
 
-		WP(w,vp_d).dest_scrollpos_x += ScaleByZoom(x, w->viewport->zoom);
-		WP(w,vp_d).dest_scrollpos_y += ScaleByZoom(y, w->viewport->zoom);
+		WP(w, vp_d).dest_scrollpos_x += ScaleByZoom(x, w->viewport->zoom);
+		WP(w, vp_d).dest_scrollpos_y += ScaleByZoom(y, w->viewport->zoom);
 	}
 }
 /**