File diff r9040:c7ebc3f55628 → r9041:64db01056282
src/train_cmd.cpp
Show inline comments
 
@@ -2231,8 +2231,6 @@ void Train::PlayLeaveStationSound() cons
 
		SND_41_MAGLEV
 
	};
 

	
 
	if (IsTileType(this->tile, MP_STATION)) StationAnimationTrigger(NULL, this->tile, STAT_ANIM_TRAIN_DEPARTS);
 

	
 
	if (PlayVehicleSound(this, VSE_START)) return;
 

	
 
	EngineID engtype = this->engine_type;