aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/sound.h')
-rw-r--r--engines/kyra/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/sound.h b/engines/kyra/sound.h
index e2d5c70a7e..ea8501cc62 100644
--- a/engines/kyra/sound.h
+++ b/engines/kyra/sound.h
@@ -221,7 +221,7 @@ public:
bool init();
- int playSound(Common::File *fileHandle, int channel = -1);
+ int playSound(Common::File *fileHandle, bool loop = false, int channel = -1);
bool isPlaying(int channel);
void stopSound(int channel);
private: