mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Part of #13874: Replace TrackCoordinates
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <iterator>
|
||||
|
||||
// clang-format off
|
||||
const rct_track_coordinates TrackCoordinates[TrackElemType::Count] = {
|
||||
const static rct_track_coordinates TrackCoordinates[TrackElemType::Count] = {
|
||||
{ 0, 0, 0, 0, 0, 0 }, // ELEM_FLAT
|
||||
{ 0, 0, 0, 0, 0, 0 }, // ELEM_END_STATION
|
||||
{ 0, 0, 0, 0, 0, 0 }, // ELEM_BEGIN_STATION
|
||||
|
||||
Reference in New Issue
Block a user