Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9923/include Modified Files: sound.h Log Message: Remove unused music_toggle, instead use sound_toggle for music playback, fixes bug where geno music would still play with sound turned off. New volume raise/lower function for SDL sound, which changes sound playback volume without changing Windows WAV volume. Index: sound.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/sound.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- sound.h 1 Feb 2007 00:10:27 -0000 1.12 +++ sound.h 11 Feb 2007 03:20:58 -0000 1.13 @@ -61,6 +61,7 @@ extern void Play_Sound_Loc (int type, int angle, int distance); extern void Play_Music (int type); extern void Play_Music_Bkgd (void); +extern void ChangeNewsoundVolume (int vol); extern void Abort_Sound (int type); extern void Init_Sound (void); extern void Exit_Sound (void);