File diff r23537:f6a6d4ce4bd5 → r23538:8df50944b27a
src/timetable_cmd.cpp
Show inline comments
 
@@ -281,7 +281,7 @@ CommandCost CmdSetTimetableStart(TileInd
 
	if (timetable_all && !v->orders.list->IsCompleteTimetable()) return CMD_ERROR;
 

	
 
	if (flags & DC_EXEC) {
 
		SmallVector<Vehicle *, 8> vehs;
 
		std::vector<Vehicle *> vehs;
 

	
 
		if (timetable_all) {
 
			for (Vehicle *w = v->orders.list->GetFirstSharedVehicle(); w != NULL; w = w->NextShared()) {