(svn r2097) -Codechange: [Multistop] Prettified the previous commit
authorcelestar
Mon, 28 Mar 2005 08:17:35 +0000
changeset 1593 138656ee7b9a
parent 1592 44d15b4c0bde
child 1594 00485cb74836
(svn r2097) -Codechange: [Multistop] Prettified the previous commit
station_cmd.c
--- a/station_cmd.c	Mon Mar 28 08:12:21 2005 +0000
+++ b/station_cmd.c	Mon Mar 28 08:17:35 2005 +0000
@@ -2439,11 +2439,11 @@
 					Vehicle *v = GetVehicle(rs->slot[k]);
 
 					if (v->u.road.slot != rs) {
-						DEBUG(ms, 1) ("Multistop: Truck Slot Desync between stop at "\
-							"0x%x of station %d (at 0x%x) and Vehicle %d at 0x%x, "\
-							"going to 0x%x! "\
-							"cleaning up (Don't panic)", \
-							rs->xy, st->index, st->xy, v->unitnumber, v->tile, \
+						DEBUG(ms, 1) ("Multistop: Truck Slot Desync between stop at "
+							"0x%x of station %d (at 0x%x) and Vehicle %d at 0x%x, "
+							"going to 0x%x! "
+							"cleaning up (Don't panic)",
+							rs->xy, st->index, st->xy, v->unitnumber, v->tile,
 							v->dest_tile);
 						v->u.road.slot = NULL;
 						v->u.road.slot_age = 0;
@@ -2460,11 +2460,11 @@
 					Vehicle *v = GetVehicle(rs->slot[k]);
 
 					if (v->u.road.slot != rs) {
-						DEBUG(ms, 1) ("Multistop: Truck Slot Desync between stop at "\
-							"0x%x of station %d (at 0x%x) and Vehicle %d at 0x%x, "\
-							"going to 0x%x! "\
-							"cleaning up (Don't panic)", \
-							rs->xy, st->index, st->xy, v->unitnumber, v->tile, \
+						DEBUG(ms, 1) ("Multistop: Truck Slot Desync between stop at "
+							"0x%x of station %d (at 0x%x) and Vehicle %d at 0x%x, "
+							"going to 0x%x! "
+							"cleaning up (Don't panic)",
+							rs->xy, st->index, st->xy, v->unitnumber, v->tile,
 							v->dest_tile);
 						v->u.road.slot = NULL;
 						v->u.road.slot_age = 0;