This commit is contained in:
epic-64 2025-11-08 00:00:00 +01:00
parent 5d45e0af14
commit 2a209c79c9

View File

@ -614,7 +614,6 @@ fn render_ascii_gauge(area: Rect, buf: &mut Buffer, ratio: f64, color: Color) {
}
}
// NEW: HighScores management
struct HighScores { scores: HashMap<u32, u32>, }
impl HighScores {