From 18837ded6ef9318bc4473ccccd09f8f43157c3aa Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 30 Aug 2018 23:02:57 +0300 Subject: SCI32: Add audio volume sync support for Hoyle5 --- engines/sci/engine/vm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/sci/engine/vm.h') diff --git a/engines/sci/engine/vm.h b/engines/sci/engine/vm.h index 9cb88e3888..19d4dea014 100644 --- a/engines/sci/engine/vm.h +++ b/engines/sci/engine/vm.h @@ -176,7 +176,8 @@ enum GlobalVar { // a master volume that affects both music *and* sound effects kGlobalVarPhant2MasterVolume = 236, // 0 to 127 kGlobalVarPhant2ControlPanel = 250, - kGlobalVarShivers1Score = 349 + kGlobalVarShivers1Score = 349, + kGlobalVarHoyle5MusicVolume = 897 }; /** Number of kernel calls in between gcs; should be < 50000 */ -- cgit v1.2.3