]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/sound_openal.cpp
src/environment.cpp: Fix NULL pointer dereference
[dragonfireclient.git] / src / sound_openal.cpp
index b2b424a19301f6c1b1c34f116bb0da3e0e939d61..cb4c7b5818dde9e90746f7843b622240ef1189dd 100644 (file)
@@ -37,10 +37,10 @@ with this program; ifnot, write to the Free Software Foundation, Inc.,
        #include <AL/alext.h>
 #endif
 #include <vorbis/vorbisfile.h>
+#include <assert.h>
 #include "log.h"
 #include "filesys.h"
 #include "util/numeric.h" // myrand()
-#include "debug.h" // assert()
 #include "porting.h"
 #include <map>
 #include <vector>