1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 17:54:50 +01:00

Removal of LocationXY and simplify

This commit is contained in:
duncanspumpkin
2019-12-12 09:58:27 +00:00
parent 6b5be4765d
commit 6b72b0992d
6 changed files with 11 additions and 21 deletions

View File

@@ -30,7 +30,7 @@ enum DUCK_STATE
};
constexpr const int32_t DUCK_MAX_STATES = 5;
static constexpr const LocationXY16 DuckMoveOffset[] =
static constexpr const CoordsXY DuckMoveOffset[] =
{
{ -1, 0 },
{ 0, 1 },