1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +01:00

Change PathPaintGetBaseImage rotatedEdgesAndCorners arg to uint8_t

This commit is contained in:
mix
2025-08-12 21:56:14 +01:00
parent 4a5f802021
commit 8d76071f22

View File

@@ -859,7 +859,7 @@ static std::pair<uint8_t, uint8_t> PathPaintGetRotatedEdgesAndCorners(
static ImageIndex PathPaintGetBaseImage( static ImageIndex PathPaintGetBaseImage(
const PaintSession& session, const PathElement& pathElement, const FootpathPaintInfo& pathPaintInfo, const PaintSession& session, const PathElement& pathElement, const FootpathPaintInfo& pathPaintInfo,
uint16_t rotatedEdgesAndCorners) const uint8_t rotatedEdgesAndCorners)
{ {
ImageIndex surfaceBaseImageIndex = pathPaintInfo.SurfaceImageId; ImageIndex surfaceBaseImageIndex = pathPaintInfo.SurfaceImageId;
if (pathElement.IsSloped()) if (pathElement.IsSloped())