(svn r9801) -Fix: do not assume that trains running on monorail/maglev cannot smoke/spark (mart3p).
authorrubidium
Sun, 06 May 2007 19:58:34 +0000
changeset 7083 75cc49b1e7ba
parent 7082 ad39244be5e0
child 7084 17e14ffc74d3
(svn r9801) -Fix: do not assume that trains running on monorail/maglev cannot smoke/spark (mart3p).
src/train_cmd.cpp
--- a/src/train_cmd.cpp	Sun May 06 19:51:25 2007 +0000
+++ b/src/train_cmd.cpp	Sun May 06 19:58:34 2007 +0000
@@ -2026,7 +2026,6 @@
 		/* no smoke? */
 		if ((rvi->railveh_type == RAILVEH_WAGON && effect_type == 0) ||
 				disable_effect ||
-				rvi->railtype > RAILTYPE_ELECTRIC ||
 				v->vehstatus & VS_HIDDEN) {
 			continue;
 		}