diff options
author | Alexander Baldeck <alexander@archlinux.org> | 2004-09-29 09:32:12 +0000 |
---|---|---|
committer | Alexander Baldeck <alexander@archlinux.org> | 2004-09-29 09:32:12 +0000 |
commit | 1093dcc912e7547c96ee23b0523549eac3549440 (patch) | |
tree | 7cb5ca0e54f8f289ec2f6478f8bbfadc72bd95ed /src/sound/sound.cpp | |
parent | ca162814f8bdb188e4d39e2c8f08d16eb7c3459d (diff) | |
download | mana-1093dcc912e7547c96ee23b0523549eac3549440.tar.gz mana-1093dcc912e7547c96ee23b0523549eac3549440.tar.bz2 mana-1093dcc912e7547c96ee23b0523549eac3549440.tar.xz mana-1093dcc912e7547c96ee23b0523549eac3549440.zip |
*** empty log message ***
Diffstat (limited to 'src/sound/sound.cpp')
-rw-r--r-- | src/sound/sound.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sound/sound.cpp b/src/sound/sound.cpp index 56bad036..f7874a0a 100644 --- a/src/sound/sound.cpp +++ b/src/sound/sound.cpp @@ -129,7 +129,7 @@ void TmwSound::SetAdjVol(int adigi, int amid, int amod) { /** \brief start BGM using a midi file - \param *in full path of midi file + \param in full path of midi file \param loop how many times should the midi be looped? (-1 = infinite) NOTE: @@ -157,7 +157,7 @@ void TmwSound::StartMIDI(char *in, int loop) { /** \brief start BGM using a mod file - \param *in full path of mod file + \param in full path of mod file \param loop how many times should the midi be looped? (-1 = infinite) NOTE: @@ -209,7 +209,7 @@ void TmwSound::StopBGM() { /** \brief play short sample usually for sfx - \param *in full path to the sample file + \param in full path to the sample file \param pan panning of the sound, values can be 0-255 where 128 is the middle NOTE: @@ -242,7 +242,7 @@ void TmwSound::StartWAV(char * in, int pan) { /** \brief preloads a sound-item into buffer - \param *fpath full path to file + \param fpath full path to file \param type type of item (TMWSOUND_MOD, TMWSOUND_MID, TMWSOUND_SFX) NOTE: |