diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-11-30 14:44:14 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-11-30 14:44:14 -0600 |
| commit | 5e2c338fc7de5dbeb7248bf54a13d96354922753 (patch) | |
| tree | c15715e998a2767f433841ab259075a20f04493d /src/engine/courses/BlockFort.cpp | |
| parent | 91620199e55740698129fc098d5f92ffb9e2fd69 (diff) | |
Documented sequences and move them into the Course system
Diffstat (limited to 'src/engine/courses/BlockFort.cpp')
| -rw-r--r-- | src/engine/courses/BlockFort.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/courses/BlockFort.cpp b/src/engine/courses/BlockFort.cpp index d6ebf2263..a61e26280 100644 --- a/src/engine/courses/BlockFort.cpp +++ b/src/engine/courses/BlockFort.cpp @@ -99,6 +99,7 @@ BlockFort::BlockFort() { Props.Skybox.FloorBottomRight = {0, 0, 0}; Props.Skybox.FloorBottomLeft = {0, 0, 0}; Props.Skybox.FloorTopLeft = {216, 232, 248}; + Props.Sequence = MusicSeq::MUSIC_SEQ_CHOCO_MOUNTAIN; } void BlockFort::Load() { |
