mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 09:14:58 +01:00
Part of #13874: replace flags table
This commit is contained in:
@@ -4858,7 +4858,7 @@ const uint8_t TrackSequenceElementAllowedWallEdges[TrackElemType::Count][MaxSequ
|
||||
};
|
||||
|
||||
/** rct2: 0x0099423C */
|
||||
const uint16_t TrackFlags[TrackElemType::Count] = {
|
||||
const static uint16_t TrackFlags[TrackElemType::Count] = {
|
||||
/* TrackElemType::Flat */ TRACK_ELEM_FLAG_ALLOW_LIFT_HILL,
|
||||
/* TrackElemType::EndStation */ 0,
|
||||
/* TrackElemType::BeginStation */ 0,
|
||||
|
||||
Reference in New Issue
Block a user