Changeset - r6587:d84ac01f15d4
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-05-06 19:58:34
rubidium@openttd.org
(svn r9801) -Fix: do not assume that trains running on monorail/maglev cannot smoke/spark (mart3p).
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/train_cmd.cpp
Show inline comments
 
@@ -2026,7 +2026,6 @@ static void HandleLocomotiveSmokeCloud(c
 
		/* no smoke? */
 
		if ((rvi->railveh_type == RAILVEH_WAGON && effect_type == 0) ||
 
				disable_effect ||
 
				rvi->railtype > RAILTYPE_ELECTRIC ||
 
				v->vehstatus & VS_HIDDEN) {
 
			continue;
 
		}
0 comments (0 inline, 0 general)