aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-21 20:10:45 +0000
committerJohannes Schickel2009-06-21 20:10:45 +0000
commit7eaf539b23c0d4a52c7c562532649e6bff69be90 (patch)
tree13ce3ea35e6fa5c82dfe577fda7a4a18978fe8f1 /engines/kyra/lol.h
parent198e35a79f059ab0d14bf8ded6811a25d8330d69 (diff)
downloadscummvm-rg350-7eaf539b23c0d4a52c7c562532649e6bff69be90.tar.gz
scummvm-rg350-7eaf539b23c0d4a52c7c562532649e6bff69be90.tar.bz2
scummvm-rg350-7eaf539b23c0d4a52c7c562532649e6bff69be90.zip
Cleanup.
svn-id: r41733
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 0a32ec8793..9d9a8948de 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -446,8 +446,8 @@ private:
int _timer3Para;
// sound
- int convertValueToMixer(int value);
- int convertValueFromMixer(int value);
+ int convertVolumeToMixer(int value);
+ int convertVolumeFromMixer(int value);
void loadTalkFile(int index);
void snd_playVoiceFile(int track) {}