File diff r14279:b1c04915b4a5 → r14280:9e2593121da6
src/station_cmd.cpp
Show inline comments
 
@@ -2424,13 +2424,13 @@ static void DrawTile_Station(TileInfo *t
 
				DrawClearLandTile(ti, 3);
 
			}
 
		}
 
	} else {
 
		SpriteID image = t->ground.sprite;
 
		SpriteID pal   = t->ground.pal;
 
		if (HasBit(image, SPRITE_MODIFIER_USE_OFFSET)) {
 
		if (HasBit(image, SPRITE_MODIFIER_CUSTOM_SPRITE)) {
 
			image += GetCustomStationGroundRelocation(statspec, st, ti->tile);
 
			image += custom_ground_offset;
 
		} else {
 
			image += total_offset;
 
		}
 
		DrawGroundSprite(image, GroundSpritePaletteTransform(image, pal, palette));