File diff r19238:a595a403afc1 → r19239:1aef34079c1f
src/vehicle.cpp
Show inline comments
 
@@ -200,7 +200,7 @@ uint Vehicle::Crash(bool flooded)
 
	SetWindowDirty(WC_VEHICLE_DETAILS, this->index);
 
	SetWindowDirty(WC_VEHICLE_DEPOT, this->tile);
 

	
 
	return pass;
 
	return RandomRange(pass + 1); // Randomise deceased passengers.
 
}