From dd30821eba2cd05ea863c7f4d6fd1d6b9eb14973 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Fri, 21 Mar 2008 14:44:51 +0200 Subject: [PATCH] Cosmetic changes only. --- src/map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 { -- 2.39.5