aboutsummaryrefslogtreecommitdiff
path: root/src/audio.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-06-11 12:01:39 +0200
committerraysan5 <raysan5@gmail.com>2016-06-11 12:01:39 +0200
commit38847169480ea52e77a27949c139eca574ac2ba0 (patch)
treeab842e37215911cf947dc4f65883e16ce31eafb0 /src/audio.c
parent8de1427803682f2ab0ca3ceda7834c72d4e9c030 (diff)
downloadraylib-38847169480ea52e77a27949c139eca574ac2ba0.tar.gz
raylib-38847169480ea52e77a27949c139eca574ac2ba0.zip
Corrected a couple of warnings
Diffstat (limited to 'src/audio.c')
-rw-r--r--src/audio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/audio.c b/src/audio.c
index e06994b8..a76a453f 100644
--- a/src/audio.c
+++ b/src/audio.c
@@ -144,7 +144,6 @@ typedef enum { INFO = 0, ERROR, WARNING, DEBUG, OTHER } TraceLogType;
//----------------------------------------------------------------------------------
static Music musicChannels_g[MAX_MUSIC_STREAMS]; // Current music loaded, up to two can play at the same time
static MixChannel_t *mixChannels_g[MAX_MIX_CHANNELS]; // What mix channels are currently active
-static bool musicEnabled_g = false;
static int lastAudioError = 0; // Registers last audio error