]> err.no Git - mapper/commitdiff
Cosmetic changes only.
authorKaj-Michael Lang <milang@tal.org>
Fri, 21 Mar 2008 12:44:51 +0000 (14:44 +0200)
committerKaj-Michael Lang <milang@tal.org>
Fri, 21 Mar 2008 12:44:51 +0000 (14:44 +0200)
src/map.h

index bdabcb9aa7e3f214d129a541bf6effd8a6b5b436..7d9ec10b1d6aca2e797e6b40ac6ea67ed3d0faaf 100644 (file)
--- a/src/map.h
+++ b/src/map.h
 #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 {