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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user