From 9c4b5e32fa11691946738d82cf8b0879c3574d00 Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 6 Jan 2010 20:23:06 +0000 Subject: (svn r18745) -Codechange: Assemble custom station foundations into a single bounding box. --- src/station_cmd.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp index b66ccafb5..e3cba4b3e 100644 --- a/src/station_cmd.cpp +++ b/src/station_cmd.cpp @@ -2397,11 +2397,13 @@ static void DrawTile_Station(TileInfo *ti) if (!HasFoundationNW(ti->tile, slope, z)) ClrBit(parts, 6); if (!HasFoundationNE(ti->tile, slope, z)) ClrBit(parts, 7); + StartSpriteCombine(); for (int i = 0; i < 8; i++) { if (HasBit(parts, i)) { AddSortableSpriteToDraw(image + i, PAL_NONE, ti->x, ti->y, 16, 16, 7, ti->z); } } + EndSpriteCombine(); } OffsetGroundSprite(31, 1); -- cgit v1.2.3-70-g09d2