diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-08-14 06:29:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-13 22:29:32 -0600 |
| commit | 33154e1d32a6663bb87ca786a7b9abbf949351be (patch) | |
| tree | 433f2576ceedab6f6c516cefdc9619d07f838e7c /src/port/Engine.cpp | |
| parent | 177504c4954d54d24a0716cdf142f33eb6d2aedf (diff) | |
add dks_jungle_parkway (#50)
* add dks_jungle_parkway
* correct value
---------
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/port/Engine.cpp')
| -rw-r--r-- | src/port/Engine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp index b16d34410..8df0b81a7 100644 --- a/src/port/Engine.cpp +++ b/src/port/Engine.cpp @@ -74,6 +74,7 @@ GameEngine::GameEngine() { loader->RegisterResourceFactory(std::make_shared<MK64::ResourceFactoryBinaryTrackSectionsV0>(), RESOURCE_FORMAT_BINARY, "TrackSections", static_cast<uint32_t>(MK64::ResourceType::TrackSection), 0); loader->RegisterResourceFactory(std::make_shared<MK64::ResourceFactoryBinaryTrackWaypointsV0>(), RESOURCE_FORMAT_BINARY, "Waypoints", static_cast<uint32_t>(MK64::ResourceType::Waypoints), 0); loader->RegisterResourceFactory(std::make_shared<MK64::ResourceFactoryBinaryActorSpawnDataV0>(), RESOURCE_FORMAT_BINARY, "SpawnData", static_cast<uint32_t>(MK64::ResourceType::SpawnData), 0); + loader->RegisterResourceFactory(std::make_shared<MK64::ResourceFactoryBinaryActorSpawnDataV0>(), RESOURCE_FORMAT_BINARY, "UnkSpawnData", static_cast<uint32_t>(MK64::ResourceType::UnkSpawnData), 0); } |
