station_cmd.c
changeset 3355 e414a0b104a6
parent 3344 fc86351d4641
child 3362 d30d8f9a37f0
--- a/station_cmd.c	Wed Mar 29 16:28:41 2006 +0000
+++ b/station_cmd.c	Wed Mar 29 16:30:26 2006 +0000
@@ -1959,6 +1959,8 @@
 	// but this is something else. If AI builds station with 114 it looks all weird
 	DrawGroundSprite(image);
 
+	if (GB(_m[ti->tile].m3, 0, 4) == RAILTYPE_ELECTRIC) DrawCatenary(ti);
+
 	foreach_draw_tile_seq(dtss, t->seq) {
 		image = dtss->image + relocation;
 		image += offset;