aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS_TheReturn/AudioManager.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-29 08:43:00 -0400
committerMichael <[email protected]>2017-04-29 08:43:00 -0400
commitfc815c48696e5f3193411ad5decfd1324f06572f (patch)
tree9f2810c4a7dfd332842eb1ede0b1c81329cce3e4 /ShiftOS_TheReturn/AudioManager.cs
parentf762756dbc62a3eecf09cfa227732441a5c105be (diff)
downloadshiftos_thereturn-fc815c48696e5f3193411ad5decfd1324f06572f.tar.gz
shiftos_thereturn-fc815c48696e5f3193411ad5decfd1324f06572f.tar.bz2
shiftos_thereturn-fc815c48696e5f3193411ad5decfd1324f06572f.zip
Custom Upgrade Providers
Diffstat (limited to 'ShiftOS_TheReturn/AudioManager.cs')
-rw-r--r--ShiftOS_TheReturn/AudioManager.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/ShiftOS_TheReturn/AudioManager.cs b/ShiftOS_TheReturn/AudioManager.cs
index 82b7000..d689cad 100644
--- a/ShiftOS_TheReturn/AudioManager.cs
+++ b/ShiftOS_TheReturn/AudioManager.cs
@@ -41,8 +41,7 @@ namespace ShiftOS.Engine
private static WaveOut _out = null;
private static AudioFileReader _reader = null;
private static IAudioProvider _provider = null;
- private static bool _running = true;
-
+
/// <summary>
/// Stops the current sound if one is playing and disposes of the sound.
/// </summary>