mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-11-21 21:22:44 +00:00
Fix pixel birthday easter egg (#275)
This commit is contained in:
parent
dce696282b
commit
4d43c9c828
|
@ -174,7 +174,7 @@ impl TitleScene {
|
|||
song_id = 24;
|
||||
}
|
||||
|
||||
if state.settings.soundtrack == "New" && Season::current() == Season::PixelBirthday {
|
||||
if state.settings.soundtrack == "new" && Season::current() == Season::PixelBirthday {
|
||||
song_id = 43;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue