diff --git a/assets/Gold on the Tide in Booty Bay.mp3 b/assets/Gold on the Tide in Booty Bay.mp3 new file mode 100755 index 00000000..19ef7737 Binary files /dev/null and b/assets/Gold on the Tide in Booty Bay.mp3 differ diff --git a/src/ui/auth_screen.cpp b/src/ui/auth_screen.cpp index 731c4618..2dc2be78 100644 --- a/src/ui/auth_screen.cpp +++ b/src/ui/auth_screen.cpp @@ -100,9 +100,10 @@ void AuthScreen::render(auth::AuthHandler& authHandler) { music->update(ImGui::GetIO().DeltaTime); if (!music->isPlaying()) { static std::mt19937 rng(std::random_device{}()); - static const std::array kLoginTracks = { + static const std::array kLoginTracks = { "Raise the Mug, Sound the Warcry.mp3", - "Wanderwewill.mp3" + "Wanderwewill.mp3", + "Gold on the Tide in Booty Bay.mp3" }; std::vector availableTracks;