Remove debug message accidentily left in the audio code.

This commit is contained in:
Guus Sliepen 2012-03-06 00:16:30 +01:00
parent bd87c8964f
commit dbf38ab5e4
1 changed files with 0 additions and 2 deletions

View File

@ -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;