From a61e9d4b7183dc5d9eaa190dcebe2871a94bc840 Mon Sep 17 00:00:00 2001 From: SteelT Date: Sun, 24 Dec 2023 16:56:15 -0500 Subject: [PATCH] Display the music credits for titlescreen --- src/music.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/music.cpp b/src/music.cpp index 95ee9f12c..304948964 100644 --- a/src/music.cpp +++ b/src/music.cpp @@ -129,6 +129,7 @@ void Music_Init(void) tune.song = "_title"; tune.priority = 100; tune.resist = true; + tune.credit = true; } {