summaryrefslogtreecommitdiff
path: root/station_cmd.c
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2005-03-28 08:17:35 +0000
committercelestar <celestar@openttd.org>2005-03-28 08:17:35 +0000
commitb505d1782fc620862871c5a7c6c8f807f18b134c (patch)
treed58b74a18c3b819ea2f87320c0f85a429e9b366c /station_cmd.c
parentb0aa584794ef1926c86a2df9f3857c3730edb2c5 (diff)
downloadopenttd-b505d1782fc620862871c5a7c6c8f807f18b134c.tar.xz
(svn r2097) -Codechange: [Multistop] Prettified the previous commit
Diffstat (limited to 'station_cmd.c')
-rw-r--r--station_cmd.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/station_cmd.c b/station_cmd.c
index df13bd69f..05c560eb4 100644
--- a/station_cmd.c
+++ b/station_cmd.c
@@ -2439,11 +2439,11 @@ static void StationHandleBigTick(Station *st)
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 @@ static void StationHandleBigTick(Station *st)
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;