Adjusted playptmod volume levels again, hopefully for the last time

CQTexperiment
Chris Moeller 2014-03-10 21:59:10 -07:00
parent 24a3573503
commit f77e44f7ad
1 changed files with 2 additions and 2 deletions

View File

@ -725,9 +725,9 @@ static void outputAudio(player *p, int *target, int numSamples)
float downscale;
if (p->numChans <= 4)
downscale = 1.0f / 192.0f;
downscale = 1.0f / 172.0f;
else
downscale = 1.0f / 256.0f;
downscale = 1.0f / 208.0f;
for (i = 0; i < numSamples; ++i)
{