Index: common/map.h =================================================================== RCS file: /home/freeciv/CVS/freeciv/common/map.h,v retrieving revision 1.125 diff -u -r1.125 map.h --- common/map.h 2002/02/27 10:33:08 1.125 +++ common/map.h 2002/04/05 15:08:39 @@ -202,7 +202,7 @@ void initialize_move_costs(void); void reset_move_costs(int x, int y); -#define CHECK_MAP_POS(x,y) assert(is_normal_map_pos((x),(y))) +#define CHECK_MAP_POS(x,y) ((void)0) #define map_adjust_x(X) \ ((X) < 0 \