[Change] Removed some debugging I didn't mean to commit in.

This commit is contained in:
Allanis 2013-02-23 00:22:07 +00:00
parent 04014d4e9a
commit fca4c4e33f

View File

@ -88,9 +88,8 @@ int sound_init(void) {
// Set the master gain.
alListenerf(AL_GAIN, .5);
// Set the distance model.
alDistanceModel(AL_INVERSE_DISTANCE_CLAMPED);
ALenum err = alGetError();
DEBUG("%d", err);
SDL_mutexV(sound_lock);