diff options
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 |