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:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user