From 9b47fe51e8647393e3d2799cd3940b8cfb8dd9a6 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Tue, 8 Nov 2022 10:44:05 -0500 Subject: Move player state out of the player structure. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index cdc2322..9c90d96 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,7 +4,7 @@ mod convert; mod utils; fn main() -> Result<(), itfile::Error> { - match itfile::load("/home/chrisoft/Music/mods/rr_exp.it") + match itfile::load("/home/chrisoft/Music/mods/rr_e.it") { Ok(f) => { -- cgit v1.2.3