(svn r5641) -Fix: Adjust/correct some bounding boxes. This fixes some graphical glitches near bridges

This commit is contained in:
tron
2006-07-30 07:42:37 +00:00
parent 9f4c19e72b
commit 2b8a08dbff
2 changed files with 16 additions and 8 deletions

View File

@@ -241,7 +241,7 @@ void DrawFoundation(TileInfo *ti, uint f)
AddSortableSpriteToDraw(
HASBIT(M(SLOPE_W) | M(SLOPE_S) | M(SLOPE_E) | M(SLOPE_N), ti->tileh) ?
sprite_base + (f - 15) : SPR_FOUNDATION_BASE + ti->tileh,
ti->x, ti->y, 1, 1, 1, ti->z
ti->x, ti->y, 16, 16, 1, ti->z
);
#undef M