diff AudioPlayer.h @ 328:8e23edf57e27

little fix
author Ritor1
date Wed, 20 Feb 2013 17:37:33 +0600
parents 640a176c030f
children 50875632e776
line wrap: on
line diff
--- a/AudioPlayer.h	Wed Feb 20 11:27:06 2013 +0600
+++ b/AudioPlayer.h	Wed Feb 20 17:37:33 2013 +0600
@@ -141,7 +141,7 @@
   }
 
   void SetMusicVolume(int vol);
-  void SetMasterVolume(unsigned int uVolume);
+  void SetMasterVolume(float fVolume);
   void _4AA258(int a2);
   void PlaySound(SoundID eSoundID, signed int a3, unsigned int uNumRepeats, signed int a5, signed int a6, int a7, unsigned int uVolume, int sPlaybackRate);
   void _4AAFCF();