comparison AudioPlayer.h @ 2448:7948957d9178

* sudden drop while flying fixed * ~AudioPlayer * free pSoundHeaders
author zipi
date Thu, 24 Jul 2014 18:14:26 +0100
parents b4a79e3ef2f0
children 51d4f38aca6c
comparison
equal deleted inserted replaced
2447:45dcf81c5b1c 2448:7948957d9178
160 uNumRedbookTracks = 0; 160 uNumRedbookTracks = 0;
161 uCurrentMusicTrackLength = 0; 161 uCurrentMusicTrackLength = 0;
162 field_2D4 = 0; 162 field_2D4 = 0;
163 s3DSoundVolume = 127; 163 s3DSoundVolume = 127;
164 } 164 }
165 165 inline ~AudioPlayer(){ Release(); };
166 void SetMusicVolume(int vol); 166 void SetMusicVolume(int vol);
167 void SetMasterVolume(float fVolume); 167 void SetMasterVolume(float fVolume);
168 void _4AA258(int a2); 168 void _4AA258(int a2);
169 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, float uVolume, int sPlaybackRate); 169 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, float uVolume, int sPlaybackRate);
170 void UpdateSounds(); 170 void UpdateSounds();