order_cmd.c
changeset 4534 af2656731a0e
parent 4533 45eec0a20138
child 4549 106ed18a7675
--- a/order_cmd.c	Sun Sep 03 19:29:31 2006 +0000
+++ b/order_cmd.c	Sun Sep 03 20:21:04 2006 +0000
@@ -975,8 +975,6 @@
 		Order *order;
 		bool invalidate;
 
-		if (v->orders == NULL) continue;
-
 		/* Forget about this station if this station is removed */
 		if (v->last_station_visited == destination && type == OT_GOTO_STATION) {
 			v->last_station_visited = INVALID_STATION;