MaxOhn
2024-11-15 01:03:31 +01:00
parent 30054fed31
commit e2bfaeaaa1
+3 -1
View File
@@ -614,7 +614,9 @@ impl DecodeBeatmap for Beatmap {
// filename
match split.next() {
None | Some("") => {}
Some(_) => sound = HitSoundType::default(),
// Relevant maps:
// - /b/244784 at 43374
Some(_) => sound &= !HitSoundType::NORMAL,
}
Ok(())