diff --git a/code/audio.cpp b/code/audio.cpp index 101b575..669b1d4 100644 --- a/code/audio.cpp +++ b/code/audio.cpp @@ -66,8 +66,6 @@ void playSound(int sid, float x) freechannel = 4; } - fprintf(stderr, "%d\n", channel); - int angle = atanf((x - 400) / 400) * 180 / M_PI; int attenuation = fabsf(x - 400) / 40;