aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-05-17 21:14:19 +0000
committerTorbjörn Andersson2006-05-17 21:14:19 +0000
commit65091f7370ee118b8f99c6106d8cad1fd0ee719e (patch)
tree18cf47e8620f86cd858f5fd10fe0ab8c29507547 /engines/kyra/sound.h
parent6bf1e10768e5d3d71bd9e06fe2000254f6dbd955 (diff)
downloadscummvm-rg350-65091f7370ee118b8f99c6106d8cad1fd0ee719e.tar.gz
scummvm-rg350-65091f7370ee118b8f99c6106d8cad1fd0ee719e.tar.bz2
scummvm-rg350-65091f7370ee118b8f99c6106d8cad1fd0ee719e.zip
Added (optional) looping to the digital sound class.
svn-id: r22504
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: