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

Part of #13874: Replace piece lengths

This commit is contained in:
frutiemax
2021-08-22 10:11:52 -04:00
parent 716dd3dcb6
commit 780eb4f287
3 changed files with 3 additions and 4 deletions

View File

@@ -2816,7 +2816,7 @@ const rct_preview_track *TrackBlocks[TrackElemType::Count] = {
TrackBlocksFlatTrack3x3,
};
const uint8_t TrackPieceLengths[TrackElemType::Count] = {
const static uint8_t TrackPieceLengths[TrackElemType::Count] = {
32, // TrackElemType::Flat
32, // TrackElemType::EndStation
32, // TrackElemType::BeginStation