mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Rename CORKSCREW_RC_BLOCK_BRAKE_NW_SE_OPEN
This commit is contained in:
committed by
Harry Hopkinson
parent
aa2887f5dd
commit
4bedbe2354
@@ -24,15 +24,15 @@
|
||||
#include "../TrackPaint.h"
|
||||
|
||||
static constexpr uint32_t kCorkscrewRcBlockBrakeSwNeOpen = 16232;
|
||||
static constexpr uint32_t CORKSCREW_RC_BLOCK_BRAKE_NW_SE_OPEN = 16233;
|
||||
static constexpr uint32_t kCorkscrewRcBlockBrakeNwSeOpen = 16233;
|
||||
static constexpr uint32_t CORKSCREW_RC_BLOCK_BRAKE_SW_NE_CLOSED = 16234;
|
||||
static constexpr uint32_t CORKSCREW_RC_BLOCK_BRAKE_NW_SE_CLOSED = 16235;
|
||||
|
||||
static constexpr uint32_t _CorkscrewRCBlockBrakeImages[NumOrthogonalDirections][2] = {
|
||||
{ kCorkscrewRcBlockBrakeSwNeOpen, CORKSCREW_RC_BLOCK_BRAKE_SW_NE_CLOSED },
|
||||
{ CORKSCREW_RC_BLOCK_BRAKE_NW_SE_OPEN, CORKSCREW_RC_BLOCK_BRAKE_NW_SE_CLOSED },
|
||||
{ kCorkscrewRcBlockBrakeNwSeOpen, CORKSCREW_RC_BLOCK_BRAKE_NW_SE_CLOSED },
|
||||
{ kCorkscrewRcBlockBrakeSwNeOpen, CORKSCREW_RC_BLOCK_BRAKE_SW_NE_CLOSED },
|
||||
{ CORKSCREW_RC_BLOCK_BRAKE_NW_SE_OPEN, CORKSCREW_RC_BLOCK_BRAKE_NW_SE_CLOSED },
|
||||
{ kCorkscrewRcBlockBrakeNwSeOpen, CORKSCREW_RC_BLOCK_BRAKE_NW_SE_CLOSED },
|
||||
};
|
||||
|
||||
static constexpr const uint32_t CorkscrewRCDiagBrakeImages[NumOrthogonalDirections] = {
|
||||
|
||||
Reference in New Issue
Block a user