diff options
Diffstat (limited to 'src/engine/courses/MarioRaceway.cpp')
| -rw-r--r-- | src/engine/courses/MarioRaceway.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/courses/MarioRaceway.cpp b/src/engine/courses/MarioRaceway.cpp index ea8593e17..bde10370d 100644 --- a/src/engine/courses/MarioRaceway.cpp +++ b/src/engine/courses/MarioRaceway.cpp @@ -102,6 +102,7 @@ MarioRaceway::MarioRaceway() { 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; } void MarioRaceway::Load() { |
