1
0
Fork 0

(svn r9801) -Fix: do not assume that trains running on monorail/maglev cannot smoke/spark (mart3p).

release/0.6
rubidium 2007-05-06 19:58:34 +00:00
parent 208e40a839
commit 411985b13a
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}