aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/music.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/music.h')
-rw-r--r--engines/sherlock/music.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/music.h b/engines/sherlock/music.h
index 66057050e0..ca203da019 100644
--- a/engines/sherlock/music.h
+++ b/engines/sherlock/music.h
@@ -120,7 +120,7 @@ public:
/**
* Sets the volume of the MIDI music with a value ranging from 0 to 127
*/
- void setMIDIVolume(int volume);
+ void setMusicVolume(int volume);
};
} // End of namespace Sherlock