Codechange: Use references for non-optional in/out values of slope functions
This commit is contained in:
@@ -3087,7 +3087,7 @@ static void DrawTile_Station(TileInfo *ti)
|
||||
}
|
||||
|
||||
OffsetGroundSprite(0, -8);
|
||||
ti->z += ApplyPixelFoundationToSlope(FOUNDATION_LEVELED, &ti->tileh);
|
||||
ti->z += ApplyPixelFoundationToSlope(FOUNDATION_LEVELED, ti->tileh);
|
||||
} else {
|
||||
draw_default_foundation:
|
||||
DrawFoundation(ti, FOUNDATION_LEVELED);
|
||||
|
Reference in New Issue
Block a user