diff options
Diffstat (limited to 'src/train_cmd.cpp')
-rw-r--r-- | src/train_cmd.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index 681f369cc..26a5134aa 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -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; |