diff --git a/train_cmd.c b/train_cmd.c index 6331674157..05cd05aa42 100644 --- a/train_cmd.c +++ b/train_cmd.c @@ -1950,8 +1950,7 @@ static void HandleLocomotiveSmokeCloud(const Vehicle* v) if ((RailVehInfo(engtype)->flags & RVI_WAGON && effect_type == 0) || disable_effect || GetEngine(engtype)->railtype > RAILTYPE_ELECTRIC || - v->vehstatus & VS_HIDDEN || - v->u.rail.track & 0xC0) { + v->vehstatus & VS_HIDDEN) { continue; }