mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-22 23:33:04 +01:00
Change PathPaintGetBaseImage rotatedEdgesAndCorners arg to uint8_t
This commit is contained in:
@@ -859,7 +859,7 @@ static std::pair<uint8_t, uint8_t> 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())
|
||||
|
||||
Reference in New Issue
Block a user