Skip to content

Commit

Permalink
Fix stupid mistake: accidently had volume changing commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Fuller committed Oct 18, 2001
1 parent 89414ca commit 74917c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/openal.c
Expand Up @@ -580,11 +580,10 @@ int PlatDo3dSound(int activeIndex)

printf("PlatDo3dSound: idx = %d, volume = %d, distance = %d\n", activeIndex, newVolume, distance);

/*
if (PlatChangeSoundVolume (activeIndex, newVolume) == SOUND_PLATFORMERROR) {
return SOUND_PLATFORMERROR;
}
*/

if (distance < ActiveSounds[activeIndex].threedeedata.outer_range) {
#if 0
ActiveSounds[activeIndex].PropSetP_pos[0] = ActiveSounds[activeIndex].threedeedata.position.vx; // 10000.0;
Expand Down

0 comments on commit 74917c5

Please sign in to comment.