(svn r5641) -Fix: Adjust/correct some bounding boxes. This fixes some graphical glitches near bridges
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user