summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 135ee43..e86da2b 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -321,7 +321,7 @@ public:
* \param filename - name of file to play
* \return return true on success
*/
- virtual bool PlayPauseMusic(const std::string &filename);
+ virtual bool PlayPauseMusic(const std::string &filename, bool repeat);
/** Stop playing pause music and return to the mission music
* \return nothing