src/industry_cmd.cpp
changeset 7577 ab000224166b
parent 7531 3319970f2de9
child 7582 80c8517b08d1
--- a/src/industry_cmd.cpp	Thu Sep 13 22:48:11 2007 +0000
+++ b/src/industry_cmd.cpp	Fri Sep 14 21:32:21 2007 +0000
@@ -299,8 +299,8 @@
 			(HASBIT(image, PALETTE_MODIFIER_COLOR) && dits->building.pal == PAL_NONE) ? GENERAL_SPRITE_COLOR(ind->random_color) : dits->building.pal,
 			ti->x + dits->subtile_x,
 			ti->y + dits->subtile_y,
-			dits->width  + 1,
-			dits->height + 1,
+			dits->width,
+			dits->height,
 			dits->dz,
 			ti->z,
 			HASBIT(_transparent_opt, TO_INDUSTRIES));