--- a/src/waypoint.cpp Sun Aug 31 20:54:01 2008 +0000 +++ b/src/waypoint.cpp Sun Aug 31 21:30:36 2008 +0000 @@ -226,7 +226,6 @@ if (flags & DC_EXEC) { if (wp == NULL) { wp = new Waypoint(tile); - if (wp == NULL) return CMD_ERROR; wp->town_index = INVALID_TOWN; wp->name = NULL;