aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/sound.cpp')
-rw-r--r--engines/draci/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/draci/sound.cpp b/engines/draci/sound.cpp
index 2d2cbcf74d..1324d8e992 100644
--- a/engines/draci/sound.cpp
+++ b/engines/draci/sound.cpp
@@ -133,7 +133,7 @@ void SoundArchive::clearCache() {
*
* Loads individual samples from an archive to memory on demand.
*/
-const SoundSample *SoundArchive::getSample(int i, uint freq) {
+SoundSample *SoundArchive::getSample(int i, uint freq) {
// Check whether requested file exists
if (i < 0 || i >= (int) _sampleCount) {
return NULL;