diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-06-20 13:57:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-20 07:57:18 -0600 |
| commit | 5773373b3620e4a6bc6c92fdc4690d66741c086d (patch) | |
| tree | ff12f30adbbf741ac429adbf9dbb0bdb904be855 /src/Companion.cpp | |
| parent | e8a2582ab72f4a6cf911f5819502515e68bd02e1 (diff) | |
cpu variable rename (#166)
Diffstat (limited to 'src/Companion.cpp')
| -rw-r--r-- | src/Companion.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Companion.cpp b/src/Companion.cpp index 91f84bb..c278470 100644 --- a/src/Companion.cpp +++ b/src/Companion.cpp @@ -48,7 +48,7 @@ #ifdef MK64_SUPPORT #include "factories/mk64/CourseVtx.h" -#include "factories/mk64/Waypoints.h" +#include "factories/mk64/Paths.h" #include "factories/mk64/TrackSections.h" #include "factories/mk64/SpawnData.h" #include "factories/mk64/UnkSpawnData.h" @@ -142,7 +142,7 @@ void Companion::Init(const ExportType type) { #ifdef MK64_SUPPORT this->RegisterFactory("MK64:COURSE_VTX", std::make_shared<MK64::CourseVtxFactory>()); - this->RegisterFactory("MK64:TRACK_WAYPOINTS", std::make_shared<MK64::WaypointsFactory>()); + this->RegisterFactory("MK64:TRACK_PATH", std::make_shared<MK64::PathsFactory>()); this->RegisterFactory("MK64:TRACK_SECTIONS", std::make_shared<MK64::TrackSectionsFactory>()); this->RegisterFactory("MK64:SPAWN_DATA", std::make_shared<MK64::SpawnDataFactory>()); this->RegisterFactory("MK64:UNK_SPAWN_DATA", std::make_shared<MK64::UnkSpawnDataFactory>()); |
