order_cmd.c
changeset 3123 a82dd124b3f2
parent 3047 acae37f12efb
child 3139 4c950c7ec5c9
--- a/order_cmd.c	Thu Mar 02 02:30:15 2006 +0000
+++ b/order_cmd.c	Thu Mar 02 08:55:12 2006 +0000
@@ -503,7 +503,7 @@
 
 		if (v->type == VEH_Train) v->u.rail.days_since_order_progr = 0;
 
-		if (v->type == VEH_Road) ClearSlot(v, v->u.road.slot);
+		if (v->type == VEH_Road) ClearSlot(v);
 
 		/* NON-stop flag is misused to see if a train is in a station that is
 		 * on his order list or not */