From 8d004f3c63fbff4f3524f770483db90408a98c50 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 7 Jul 2012 15:37:29 +0000 Subject: (svn r24383) -Fix: a comment. --- src/roadveh_cmd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/roadveh_cmd.cpp') diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index 1798e75a3..eed844dfe 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -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; } -- cgit v1.2.3-54-g00ecf