(svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch.

This commit is contained in:
rubidium
2007-09-14 21:32:21 +00:00
parent d5171df2df
commit 6f296b9870
4 changed files with 6 additions and 6 deletions

View File

@@ -182,8 +182,8 @@ static void DrawTile_Town(TileInfo *ti)
AddSortableSpriteToDraw(image, dcts->building.pal,
ti->x + dcts->subtile_x,
ti->y + dcts->subtile_y,
dcts->width + 1,
dcts->height + 1,
dcts->width,
dcts->height,
dcts->dz,
ti->z,
HASBIT(_transparent_opt, TO_HOUSES)