1
0
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:
Richard Fine
2019-08-26 10:57:44 +01:00
parent f12eb3010f
commit 6a673cc7be

View File

@@ -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.