diff --git a/Cargo.lock b/Cargo.lock index f4e5f77347..608febe085 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2623,7 +2623,6 @@ dependencies = [ "guillotiere 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.21.1 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lewton 0.9.4 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "msgbox 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/voxygen/Cargo.toml b/voxygen/Cargo.toml index f42f5b2662..be86155a08 100644 --- a/voxygen/Cargo.toml +++ b/voxygen/Cargo.toml @@ -26,7 +26,6 @@ euc = "0.2" # Audio rodio = "0.8" -lewton = "0.9" # ECS specs = "0.14" diff --git a/voxygen/src/audio/mod.rs b/voxygen/src/audio/mod.rs index 081565e966..bbe20e028f 100644 --- a/voxygen/src/audio/mod.rs +++ b/voxygen/src/audio/mod.rs @@ -62,7 +62,7 @@ impl AudioFrontend { pub fn maintain(&mut self) { let music = [ "voxygen/audio/soundtrack/Ethereal_Bonds.ogg", - "voxygen/audio/soundtrack/Field_Grazing.ogg", + "voxygen/audio/soundtrack/Field_Grazing.mp3", "voxygen/audio/soundtrack/fiesta_del_pueblo.ogg", "voxygen/audio/soundtrack/library_theme_with_harpsichord.ogg", "voxygen/audio/soundtrack/Mineral_Deposits.ogg",