From 8d76071f22c48ece4877420455f97e4aa93b724d Mon Sep 17 00:00:00 2001 From: mix Date: Tue, 12 Aug 2025 21:56:14 +0100 Subject: [PATCH] Change PathPaintGetBaseImage rotatedEdgesAndCorners arg to uint8_t --- src/openrct2/paint/tile_element/Paint.Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/paint/tile_element/Paint.Path.cpp b/src/openrct2/paint/tile_element/Paint.Path.cpp index 867e44662f..be6154c482 100644 --- a/src/openrct2/paint/tile_element/Paint.Path.cpp +++ b/src/openrct2/paint/tile_element/Paint.Path.cpp @@ -859,7 +859,7 @@ static std::pair PathPaintGetRotatedEdgesAndCorners( static ImageIndex PathPaintGetBaseImage( const PaintSession& session, const PathElement& pathElement, const FootpathPaintInfo& pathPaintInfo, - uint16_t rotatedEdgesAndCorners) + const uint8_t rotatedEdgesAndCorners) { ImageIndex surfaceBaseImageIndex = pathPaintInfo.SurfaceImageId; if (pathElement.IsSloped())