From fff9d235e49f5957e6d84b4774ca42c1a6cbcd35 Mon Sep 17 00:00:00 2001 From: erihel Date: Fri, 4 Jan 2013 21:44:16 +0100 Subject: * Fixed problem with freeing buffers while conneted to a source resulting with "Unable to unload buffer message" * Fixed posible segfault while trying to play sound after not loading file properly --- src/sound/sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sound/sound.h') diff --git a/src/sound/sound.h b/src/sound/sound.h index 518e2ad..a09c587 100644 --- a/src/sound/sound.h +++ b/src/sound/sound.h @@ -47,6 +47,7 @@ **/ enum Sound { + SOUND_NONE = -1, SOUND_CLICK = 0, SOUND_BOUM = 1, SOUND_EXPLO = 2, -- cgit v1.2.3-1-g7c22