Mercurial > mm7
comparison AudioPlayer.h @ 328:8e23edf57e27
little fix
author | Ritor1 |
---|---|
date | Wed, 20 Feb 2013 17:37:33 +0600 |
parents | 640a176c030f |
children | 50875632e776 |
comparison
equal
deleted
inserted
replaced
327:a7f15da53e82 | 328:8e23edf57e27 |
---|---|
139 field_2D4 = 0; | 139 field_2D4 = 0; |
140 s3DSoundVolume = 127; | 140 s3DSoundVolume = 127; |
141 } | 141 } |
142 | 142 |
143 void SetMusicVolume(int vol); | 143 void SetMusicVolume(int vol); |
144 void SetMasterVolume(unsigned int uVolume); | 144 void SetMasterVolume(float fVolume); |
145 void _4AA258(int a2); | 145 void _4AA258(int a2); |
146 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, unsigned int uVolume, int sPlaybackRate); | 146 void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, unsigned int uVolume, int sPlaybackRate); |
147 void _4AAFCF(); | 147 void _4AAFCF(); |
148 void StopChannels(int uStartChannel, int uEndChannel); | 148 void StopChannels(int uStartChannel, int uEndChannel); |
149 void LoadAudioSnd(); | 149 void LoadAudioSnd(); |