mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Remove commented out code.
This commit is contained in:
@@ -2294,7 +2294,6 @@ static bool vehicle_can_depart_synchronised(rct_vehicle *vehicle)
|
||||
}
|
||||
|
||||
int totalTrains = numTrainsAtStation + numTravelingTrains;
|
||||
//return false; // force sync - no exceptions!
|
||||
if (totalTrains != sv_ride->num_vehicles || numTravelingTrains >= sv_ride->num_vehicles / 2) {
|
||||
//if (numArrivingTrains > 0 || numTravelingTrains >= sv_ride->num_vehicles / 2) {
|
||||
/* Sync condition: If there are trains arriving at the
|
||||
|
||||
Reference in New Issue
Block a user