Index: server/gotohand.c =================================================================== RCS file: /home/freeciv/CVS/freeciv/server/gotohand.c,v retrieving revision 1.155 diff -u -r1.155 gotohand.c --- server/gotohand.c 2 Nov 2002 13:53:08 -0000 1.155 +++ server/gotohand.c 7 Nov 2002 12:40:18 -0000 @@ -1223,7 +1223,7 @@ case SEA_MOVING: if (map_get_terrain(x, y) == T_OCEAN - && is_terrain_near_tile(x, y, T_OCEAN)) { + || is_terrain_near_tile(x, y, T_OCEAN)) { /* The target is sea or is accessible from sea * (allow for bombardment and visiting ports) */ return TRUE;