Stop fade-out sound instantly when audio muted
Fixes flamethrower sound not stopping at all when un-muting audio after flamethrower finished
//! PhysFS bindings for Rust
#![deny(missing_docs)]
extern crate libc;
pub use physfs::*;
pub use physfs::file::*;
/// PhysFS bindings
mod physfs;
/// Definitions for the PhysFS primitives
mod primitives;