From 6e4290eed7940288cd48f2679c98a78c3a5460c7 Mon Sep 17 00:00:00 2001 From: zaxcav Date: Mon, 15 Aug 2016 13:21:06 +0200 Subject: [PATCH] Remove incorrect details from comment. --- src/ride/vehicle.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ride/vehicle.c b/src/ride/vehicle.c index b9255d56cf..4f399ab0c7 100644 --- a/src/ride/vehicle.c +++ b/src/ride/vehicle.c @@ -2304,8 +2304,7 @@ static bool vehicle_can_depart_synchronised(rct_vehicle *vehicle) } else { /* Sync exception - train is not arriving at the station * and there are less than half the trains for the ride - * travelling (will also cover closed rides, rides under - * construction). */ + * travelling. */ continue; } }