mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-05-31 17:33:14 -04:00
duplicate sequence (#506)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
This commit is contained in:
@@ -111,7 +111,7 @@ DoubleDeck::DoubleDeck() {
|
||||
Props.Skybox.FloorBottomRight = {0, 0, 0};
|
||||
Props.Skybox.FloorBottomLeft = {0, 0, 0};
|
||||
Props.Skybox.FloorTopLeft = {255, 224, 240};
|
||||
Props.Sequence = MusicSeq::MUSIC_SEQ_CHOCO_MOUNTAIN;
|
||||
Props.Sequence = MusicSeq::MUSIC_SEQ_DOUBLE_DECK;
|
||||
}
|
||||
|
||||
void DoubleDeck::Load() {
|
||||
|
||||
Reference in New Issue
Block a user