From 1018dad556b8fddd12852e9254b7c0feca65b8a6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 23 Jul 2015 21:47:18 -0400 Subject: SHERLOCK: RT: Implemented Options dialog rendering --- engines/sherlock/sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sherlock/sound.h') diff --git a/engines/sherlock/sound.h b/engines/sherlock/sound.h index 414b1ef49b..797547885a 100644 --- a/engines/sherlock/sound.h +++ b/engines/sherlock/sound.h @@ -59,6 +59,7 @@ public: bool _soundPlaying; bool *_soundIsOn; byte *_digiBuf; + int _soundVolume; Common::String _talkSoundFile; public: -- cgit v1.2.3