diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-03 19:55:32 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-04-03 19:55:32 +0000 |
commit | f181b3373ffd460d241d73ca68d884ee1d11d8ca (patch) | |
tree | 4c17758417f7660fac44ad2d583ef9b073d5769b /src/sound.h | |
parent | 3824dd81d198821a78d611c4223a13040ee8f121 (diff) | |
download | mana-f181b3373ffd460d241d73ca68d884ee1d11d8ca.tar.gz mana-f181b3373ffd460d241d73ca68d884ee1d11d8ca.tar.bz2 mana-f181b3373ffd460d241d73ca68d884ee1d11d8ca.tar.xz mana-f181b3373ffd460d241d73ca68d884ee1d11d8ca.zip |
Added playing hardcoded background song during login, stops when game starts.
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.h b/src/sound.h index c4a53b44..44499618 100644 --- a/src/sound.h +++ b/src/sound.h @@ -68,7 +68,7 @@ class Sound { * \param in Full path to file * \param loop The number of times the song is played (-1 = infinite) */ - void startBgm(char *in, int loop); + void startBgm(char *in, int loop = -1); /** * \brief Stop all currently running background music tracks |