1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Fix tabs spaces

This commit is contained in:
duncanspumpkin
2017-04-16 11:37:58 +01:00
committed by Michał Janiszewski
parent 205a1c9e12
commit fd00096b3b

View File

@@ -36,15 +36,15 @@ enum class GA_ERROR : uint16
DISALLOWED,
GAME_PAUSED,
INSUFFICIENT_FUNDS,
NOT_IN_EDITOR_MODE,
NOT_IN_EDITOR_MODE,
NOT_OWNED,
TOO_LOW,
TOO_HIGH,
NO_CLEARANCE,
ITEM_ALREADY_PLACED,
NO_CLEARANCE,
ITEM_ALREADY_PLACED,
NO_FREE_ELEMENTS,
NO_FREE_ELEMENTS,
UNKNOWN = UINT16_MAX,
};
@@ -53,7 +53,7 @@ namespace GA_FLAGS
{
constexpr uint16 ALLOW_WHILE_PAUSED = 1 << 0;
constexpr uint16 CLIENT_ONLY = 1 << 1;
constexpr uint16 EDITOR_ONLY = 1 << 2;
constexpr uint16 EDITOR_ONLY = 1 << 2;
}
/**