diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-07-28 20:01:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-28 14:01:01 -0600 |
| commit | 9ca2d04604da8368dfd675550234cc9945bfd128 (patch) | |
| tree | f0214fcc019ff9d36f94635472c756b54ac7f830 /src/engine/courses/Harbour.cpp | |
| parent | 7c229e3ed08a6e809b50f1a4039ddb239c384eac (diff) | |
duplicate sequence (#506)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/engine/courses/Harbour.cpp')
| -rw-r--r-- | src/engine/courses/Harbour.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/courses/Harbour.cpp b/src/engine/courses/Harbour.cpp index 2a96f6d44..d1f455b93 100644 --- a/src/engine/courses/Harbour.cpp +++ b/src/engine/courses/Harbour.cpp @@ -588,7 +588,7 @@ Harbour::Harbour() { Props.Skybox.FloorBottomRight = {0, 0, 0}; Props.Skybox.FloorBottomLeft = {0, 0, 0}; Props.Skybox.FloorTopLeft = {0, 0, 0}; - Props.Sequence = MusicSeq::MUSIC_SEQ_RACEWAYS_WARIO_STADIUM; + Props.Sequence = MusicSeq::MUSIC_SEQ_WARIO_STADIUM; } TrackSections harbour_surfaces[] = { |
