Mercurial > hg > openttd
diff src/openttd.cpp @ 8082:4540919ba965 draft
(svn r11643) -Codechange: conform with the coding style for the WP macro uses.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sun, 16 Dec 2007 10:54:08 +0000 |
parents | 7db06d2429ce |
children | e02014b06c7f |
line wrap: on
line diff
--- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -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); } } /**