mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
Replace LocationXYZ32
This commit is contained in:
@@ -4049,7 +4049,7 @@ static void translate_3d_to_2d(sint32 rotation, sint32 *x, sint32 *y)
|
||||
*y = ry;
|
||||
}
|
||||
|
||||
LocationXY32 translate_3d_to_2d_with_z(sint32 rotation, LocationXYZ32 pos)
|
||||
LocationXY32 translate_3d_to_2d_with_z(sint32 rotation, CoordsXYZ pos)
|
||||
{
|
||||
LocationXY32 result;
|
||||
switch (rotation & 3) {
|
||||
|
||||
Reference in New Issue
Block a user