From 9ca2d04604da8368dfd675550234cc9945bfd128 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Mon, 28 Jul 2025 20:01:01 +0000 Subject: duplicate sequence (#506) Co-authored-by: MegaMech --- src/engine/courses/WarioStadium.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/engine/courses/WarioStadium.cpp') 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); } -- cgit v1.2.3