rail_cmd.c
changeset 2989 99c95a3ebcaa
parent 2952 6a26eeda9679
child 3017 915fae59d5e0
--- a/rail_cmd.c	Mon Feb 06 08:43:05 2006 +0000
+++ b/rail_cmd.c	Mon Feb 06 09:18:04 2006 +0000
@@ -1469,10 +1469,11 @@
 				DrawGroundSprite(image);
 
 				foreach_draw_tile_seq(seq, cust->seq) {
-					uint32 image = seq->image + relocation;
-					DrawSpecialBuilding(image, 0, ti,
-					                    seq->delta_x, seq->delta_y, seq->delta_z,
-					                    seq->width, seq->height, seq->unk);
+					DrawSpecialBuilding(
+						seq->image + relocation, 0, ti,
+						seq->delta_x, seq->delta_y, seq->delta_z,
+						seq->width, seq->height, seq->unk
+					);
 				}
 				return;
 			}