mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Introduce INVALID_DIRECTION constant
This commit is contained in:
@@ -267,6 +267,8 @@ struct TileCoordsXYZ
|
||||
*/
|
||||
typedef uint8_t Direction;
|
||||
|
||||
const Direction INVALID_DIRECTION = 0xFF;
|
||||
|
||||
/**
|
||||
* Given a direction, return the direction that points the other way,
|
||||
* on the same axis.
|
||||
|
||||
Reference in New Issue
Block a user