(svn r12860) -Fix [FS#1947]: Train depart animation trigger was not called in some cases.

This commit is contained in:
peter1138
2008-04-24 07:44:21 +00:00
parent b2717d1426
commit 6ac8ced9af
2 changed files with 6 additions and 3 deletions

View File

@@ -2231,8 +2231,6 @@ void Train::PlayLeaveStationSound() const
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;