diff --git a/src/sound.c b/src/sound.c index 7ee956b..6cdc6b1 100644 --- a/src/sound.c +++ b/src/sound.c @@ -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);