Change: Separate ground sprite from foundation sprite offsets.

This commit is contained in:
Peter Nelson
2022-12-18 12:35:08 +00:00
committed by PeterN
parent 002fe67bef
commit 138198e971
3 changed files with 17 additions and 13 deletions

View File

@@ -2921,7 +2921,7 @@ static void DrawTile_Station(TileInfo *ti)
EndSpriteCombine();
}
OffsetGroundSprite(31, 1);
OffsetGroundSprite(0, -8);
ti->z += ApplyPixelFoundationToSlope(FOUNDATION_LEVELED, &ti->tileh);
} else {
draw_default_foundation: