File diff r14279:b1c04915b4a5 → r14280:9e2593121da6
src/station_cmd.cpp
Show inline comments
 
@@ -2427,7 +2427,7 @@ static void DrawTile_Station(TileInfo *t
 
	} 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 {