1
0
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:
frutiemax
2021-08-22 09:59:09 -04:00
parent 675777efaf
commit 1bfa26e4c5
6 changed files with 19 additions and 13 deletions

View File

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