mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 22:34:33 +01:00
Rename track design functions to PascalCase
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
public:
|
||||
std::tuple<bool, TrackRepositoryItem> Create(int32_t, const std::string& path) const override
|
||||
{
|
||||
auto td6 = track_design_open(path.c_str());
|
||||
auto td6 = TrackDesignImport(path.c_str());
|
||||
if (td6 != nullptr)
|
||||
{
|
||||
TrackRepositoryItem item;
|
||||
|
||||
Reference in New Issue
Block a user