roadveh_cmd.c
changeset 1239 6e61c510580e
parent 1237 0a1ce05c3d45
child 1245 768d9bc95aaa
--- a/roadveh_cmd.c	Sun Jan 30 21:06:09 2005 +0000
+++ b/roadveh_cmd.c	Sun Jan 30 22:04:14 2005 +0000
@@ -1470,8 +1470,8 @@
 			//we have arrived at the wrong station
 			//XXX The question is .. what to do? Actually we shouldn't be here
 			//but I guess we need to clear the slot
-			DEBUG(misc, 2) ("Multistop: Wrong station, force a slot clearing");
-			ClearSlot(v, rs);
+ 			DEBUG(misc, 1) ("Multistop: Wrong station, force a slot clearing. Vehicle %d at 0x%x, should go to 0x%x of station %d (%x), destination 0x%x", v->unitnumber, v->tile, v->u.road.slot->xy, st->index, st->xy, v->dest_tile);
+			ClearSlot(v, v->u.road.slot);
 		}
 
 		StartRoadVehSound(v);