aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-21 19:00:50 +0000
committerJohannes Schickel2009-06-21 19:00:50 +0000
commit76eee406d63b7f614bd3f6e8e5e3f70aff97c921 (patch)
tree62e0d722da395b1bfb048f454f830286da4fb369 /engines/kyra/lol.h
parent5b0b0051c15ff23ed8daf801d4b56cbaadf2f101 (diff)
downloadscummvm-rg350-76eee406d63b7f614bd3f6e8e5e3f70aff97c921.tar.gz
scummvm-rg350-76eee406d63b7f614bd3f6e8e5e3f70aff97c921.tar.bz2
scummvm-rg350-76eee406d63b7f614bd3f6e8e5e3f70aff97c921.zip
Cleanup: Change LoL code to use KYRA volume handling.
svn-id: r41730
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 7e7fbf0344..0a32ec8793 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -446,6 +446,9 @@ private:
int _timer3Para;
// sound
+ int convertValueToMixer(int value);
+ int convertValueFromMixer(int value);
+
void loadTalkFile(int index);
void snd_playVoiceFile(int track) {}
bool snd_playCharacterSpeech(int id, int8 speaker, int);
@@ -479,10 +482,6 @@ private:
int _curTlkFile;
- int _musicVolume;
- int _sfxVolume;
- int _speechVolume;
-
char **_ingameSoundList;
int _ingameSoundListSize;