From 411985b13a96e3c7a0ea32c7a4e5e4101be1988b Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 6 May 2007 19:58:34 +0000 Subject: (svn r9801) -Fix: do not assume that trains running on monorail/maglev cannot smoke/spark (mart3p). --- src/train_cmd.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index 2e9911aa4..17d66d505 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -2026,7 +2026,6 @@ static void HandleLocomotiveSmokeCloud(const Vehicle* v) /* no smoke? */ if ((rvi->railveh_type == RAILVEH_WAGON && effect_type == 0) || disable_effect || - rvi->railtype > RAILTYPE_ELECTRIC || v->vehstatus & VS_HIDDEN) { continue; } -- cgit v1.2.3-54-g00ecf