File diff r18912:e7974922f934 → r18913:fd2dc944ef3a
src/saveload/vehicle_sl.cpp
Show inline comments
 
@@ -530,6 +530,9 @@ void FixupTrainLengths()
 
					}
 
				}
 
			}
 

	
 
			/* Update all cached properties after moving the vehicle chain around. */
 
			Train::From(v)->ConsistChanged(true);
 
		}
 
	}
 
}