From dfa5f743dec33ebd4910d008015dd93b65fb3bd4 Mon Sep 17 00:00:00 2001 From: dhewg Date: Sat, 19 Mar 2011 15:00:10 +0100 Subject: HUGO: Init volume levels on startup --- engines/hugo/hugo.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines') diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp index 231b2a5d51..ec624dd61d 100644 --- a/engines/hugo/hugo.cpp +++ b/engines/hugo/hugo.cpp @@ -176,6 +176,10 @@ Common::Error HugoEngine::run() { _inventory = new InventoryHandler(this); _route = new Route(this); _sound = new SoundHandler(this); + + // Setup mixer + syncSoundSettings(); + _text = new TextHandler(this); _topMenu = new TopMenu(this); -- cgit v1.2.3