From 60eb3c034fc80b80d4b117a807ada6feb2cb1ce1 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 24 Apr 2008 07:44:21 +0000 Subject: (svn r12860) -Fix [FS#1947]: Train depart animation trigger was not called in some cases. --- src/train_cmd.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/train_cmd.cpp') 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; -- cgit v1.2.3-54-g00ecf