diff -r e66f24f12a84 -r 77f1149ee0c9 src/train_cmd.cpp --- a/src/train_cmd.cpp Wed Apr 23 22:55:11 2008 +0000 +++ b/src/train_cmd.cpp Thu Apr 24 07:44:21 2008 +0000 @@ -2231,8 +2231,6 @@ 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;