diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2025-12-18 11:24:38 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-18 11:24:38 -0700 |
| commit | f0c2cea0eec6c49a335e9c044fcc28218e1ab749 (patch) | |
| tree | 422128eeb081feffca8ad3ac87566a35358e077f /src/engine/tracks/Track.cpp | |
| parent | 99b56300556434580ed23edc27e5e7d982751e47 (diff) | |
Impl RandomItemTable class (#598)
* Impl RandomItem class
* Refactor func
* Impl RandomItemTable
* Revert probability inaccuracy
* Remove unnecessary comment
* Fix compile, probably
* As per review 1
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/engine/tracks/Track.cpp')
| -rw-r--r-- | src/engine/tracks/Track.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/tracks/Track.cpp b/src/engine/tracks/Track.cpp index 29215b4a6..d2ca6e3c4 100644 --- a/src/engine/tracks/Track.cpp +++ b/src/engine/tracks/Track.cpp @@ -8,7 +8,7 @@ #include "ChocoMountain.h" #include "port/Game.h" #include "engine/editor/SceneManager.h" -#include "Registry.h" +#include "engine/registry/Registry.h" #include "libultraship/bridge/resourcebridge.h" #include "align_asset_macro.h" |
