aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/guest_additions.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/engine/guest_additions.h')
-rw-r--r--engines/sci/engine/guest_additions.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/engine/guest_additions.h b/engines/sci/engine/guest_additions.h
index a1043a8402..ba6adf344e 100644
--- a/engines/sci/engine/guest_additions.h
+++ b/engines/sci/engine/guest_additions.h
@@ -43,6 +43,7 @@ enum {
// will just use 85 as the maximum volume.
kPhant2VolumeMax = 85,
+ kRamaVolumeMax = 16,
kLSL6HiresUIVolumeMax = 13,
kLSL6HiresSubtitleFlag = 105
};
@@ -388,6 +389,7 @@ private:
void syncGK2VolumeFromScummVM(const int16 musicVolume) const;
void syncLSL6HiresVolumeFromScummVM(const int16 musicVolume) const;
void syncPhant2VolumeFromScummVM(const int16 masterVolume) const;
+ void syncRamaVolumeFromScummVM(const int16 musicVolume) const;
void syncTorinVolumeFromScummVM(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const;
/**
@@ -421,6 +423,7 @@ private:
void syncPQ4UI(const int16 musicVolume) const;
void syncPQSWATUI() const;
void syncQFG4UI(const int16 musicVolume) const;
+ void syncRamaUI(const int16 musicVolume) const;
void syncShivers1UI(const int16 dacVolume) const;
void syncSQ6UI() const;
void syncTorinUI(const int16 musicVolume, const int16 sfxVolume, const int16 speechVolume) const;