mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-21 06:43:04 +01:00
Move MetalSupportTypeCount to Supports.cpp
This commit is contained in:
@@ -1540,6 +1540,7 @@ bool PathBSupportsPaintSetup(
|
|||||||
return false; // AND
|
return false; // AND
|
||||||
}
|
}
|
||||||
|
|
||||||
|
constexpr uint8_t MetalSupportTypeCount = 13;
|
||||||
constexpr MetalSupportType RotatedMetalSupports[MetalSupportTypeCount][NumOrthogonalDirections] = {
|
constexpr MetalSupportType RotatedMetalSupports[MetalSupportTypeCount][NumOrthogonalDirections] = {
|
||||||
{ MetalSupportType::Tubes, MetalSupportType::Tubes, MetalSupportType::Tubes, MetalSupportType::Tubes },
|
{ MetalSupportType::Tubes, MetalSupportType::Tubes, MetalSupportType::Tubes, MetalSupportType::Tubes },
|
||||||
{ MetalSupportType::Fork, MetalSupportType::ForkAlt, MetalSupportType::Fork, MetalSupportType::ForkAlt },
|
{ MetalSupportType::Fork, MetalSupportType::ForkAlt, MetalSupportType::Fork, MetalSupportType::ForkAlt },
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ enum class MetalSupportType : uint8_t
|
|||||||
*/
|
*/
|
||||||
BoxedCoated,
|
BoxedCoated,
|
||||||
};
|
};
|
||||||
constexpr uint8_t MetalSupportTypeCount = 13;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tiles are rendered at a 45 degree angle, with the corners on the top, bottom, left and right.
|
* Tiles are rendered at a 45 degree angle, with the corners on the top, bottom, left and right.
|
||||||
|
|||||||
Reference in New Issue
Block a user