diff options
author | Chris Xiong <chirs241097@gmail.com> | 2022-11-08 10:44:05 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2022-11-08 10:44:05 -0500 |
commit | 9b47fe51e8647393e3d2799cd3940b8cfb8dd9a6 (patch) | |
tree | c2fe53661f85c4b8129e763b5f49c3699ff42784 /src/main.rs | |
parent | 7f49730fd8a6dc52fc45937e868749e5612c5234 (diff) | |
download | it2midi-9b47fe51e8647393e3d2799cd3940b8cfb8dd9a6.tar.xz |
Move player state out of the player structure.
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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) => { |