forked from mirror/OpenTTD
(svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch.
This commit is contained in:
@@ -299,8 +299,8 @@ static void DrawTile_Industry(TileInfo *ti)
|
||||
(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));
|
||||
|
Reference in New Issue
Block a user