diff -r f50de4804ff1 -r 53c94d717e99 src/newgrf_station.cpp --- a/src/newgrf_station.cpp Fri Feb 15 18:34:26 2008 +0000 +++ b/src/newgrf_station.cpp Fri Feb 15 18:40:42 2008 +0000 @@ -772,7 +772,7 @@ sprites = &statspec->renderdata[(tile < statspec->tiles) ? tile + axis : (uint)axis]; } - image = sprites->ground_sprite; + image = sprites->ground.sprite; if (HasBit(image, SPRITE_MODIFIER_USE_OFFSET)) { image += GetCustomStationGroundRelocation(statspec, NULL, INVALID_TILE); image += rti->custom_ground_offset;