mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-22 22:19:08 +00:00
(svn r12860) -Fix [FS#1947]: Train depart animation trigger was not called in some cases.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user