aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/music.h')
-rw-r--r--engines/sword1/music.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword1/music.h b/engines/sword1/music.h
index f1366202d7..4207019c13 100644
--- a/engines/sword1/music.h
+++ b/engines/sword1/music.h
@@ -44,7 +44,7 @@ public:
MusicHandle() : _fading(0), _audioSource(NULL) {}
virtual int readBuffer(int16 *buffer, const int numSamples);
bool play(const Common::String &filename, bool loop);
- bool playPSX(uint16 id);
+ bool playPSX(uint16 id, bool loop);
void stop();
void fadeUp();
void fadeDown();