From: Kaj-Michael Lang Date: Fri, 21 Mar 2008 12:44:51 +0000 (+0200) Subject: Cosmetic changes only. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd30821eba2cd05ea863c7f4d6fd1d6b9eb14973;p=mapper Cosmetic changes only. --- diff --git a/src/map.h b/src/map.h index bdabcb9..7d9ec10 100644 --- a/src/map.h +++ b/src/map.h @@ -111,8 +111,8 @@ #define MACRO_RECALC_CENTER_BOUNDS() { \ _min_center.unitx = pixel2unit(grid2pixel(_screen_grids_halfwidth)); \ _min_center.unity = pixel2unit(grid2pixel(_screen_grids_halfheight)); \ - _max_center.unitx = WORLD_SIZE_UNITS-grid2unit(_screen_grids_halfwidth) - 1;\ - _max_center.unity = WORLD_SIZE_UNITS-grid2unit(_screen_grids_halfheight) - 1;\ + _max_center.unitx = WORLD_SIZE_UNITS-grid2unit(_screen_grids_halfwidth) - 1; \ + _max_center.unity = WORLD_SIZE_UNITS-grid2unit(_screen_grids_halfheight) - 1; \ } typedef enum {