Fix comments

This commit is contained in:
Sergeanur
2021-07-28 10:36:18 +03:00
parent d0666a8702
commit 81673ab304
2 changed files with 5 additions and 5 deletions

View File

@@ -512,7 +512,7 @@ cAudioManager::ComputePan(float dist, CVector *vec)
return Min(107, PanTable[index] + 63);
}
int32
uint32
cAudioManager::ComputeDopplerEffectedFrequency(uint32 oldFreq, float position1, float position2, float speedMultiplier)
{
uint32 newFreq = oldFreq;