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/WarioStadium.cpp | |
| parent | 7c229e3ed08a6e809b50f1a4039ddb239c384eac (diff) | |
duplicate sequence (#506)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/engine/courses/WarioStadium.cpp')
| -rw-r--r-- | src/engine/courses/WarioStadium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/courses/WarioStadium.cpp b/src/engine/courses/WarioStadium.cpp index d692c725a..8046e6325 100644 --- a/src/engine/courses/WarioStadium.cpp +++ b/src/engine/courses/WarioStadium.cpp @@ -140,7 +140,7 @@ WarioStadium::WarioStadium() { 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; for (size_t i = 0; i < 108; i++) { replace_segmented_textures_with_o2r_textures((Gfx*) wario_stadium_dls[i], Props.textures); } |
