Changeset - r1593:4add22511b36
[Not reviewed]
master
0 1 0
celestar - 20 years ago 2005-03-28 08:17:35
celestar@openttd.org
(svn r2097) -Codechange: [Multistop] Prettified the previous commit
1 file changed with 10 insertions and 10 deletions:
0 comments (0 inline, 0 general)
station_cmd.c
Show inline comments
 
@@ -2439,11 +2439,11 @@ static void StationHandleBigTick(Station
 
					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
 
					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;
0 comments (0 inline, 0 general)