Changeset - r19466:5ab36668167b
[Not reviewed]
master
0 1 0
frosch - 12 years ago 2012-07-07 15:37:29
frosch@openttd.org
(svn r24383) -Fix: a comment.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/roadveh_cmd.cpp
Show inline comments
 
@@ -954,7 +954,7 @@ struct RoadDriveEntry {
 

	
 
static bool RoadVehLeaveDepot(RoadVehicle *v, bool first)
 
{
 
	/* Don't leave if not all the wagons are in the depot. */
 
	/* Don't leave unless v and following wagons are in the depot. */
 
	for (const RoadVehicle *u = v; u != NULL; u = u->Next()) {
 
		if (u->state != RVSB_IN_DEPOT || u->tile != v->tile) return false;
 
	}
0 comments (0 inline, 0 general)