aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index 1ac2d2c219..d41fc44a81 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -91,7 +91,7 @@ public:
protected:
File *openSfxFile();
- void startSfxSound(File *file, int file_size, PlayingSoundHandle *handle);
+ void startSfxSound(File *file, int file_size, PlayingSoundHandle *handle, int id = -1);
bool isSfxFinished() const;
};