From c224d35a432fff7e1d0a6bf5368f7f2e81a45e27 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 3 Sep 2016 10:34:38 -0400 Subject: TITANIC: Identified sound balance usage in the engine --- engines/titanic/gfx/st_button.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/gfx') diff --git a/engines/titanic/gfx/st_button.cpp b/engines/titanic/gfx/st_button.cpp index 6fc31f4c64..d735796bd6 100644 --- a/engines/titanic/gfx/st_button.cpp +++ b/engines/titanic/gfx/st_button.cpp @@ -68,7 +68,7 @@ void CSTButton::load(SimpleFile *file) { bool CSTButton::MouseButtonDownMsg(CMouseButtonDownMsg *msg) { playMovie(0); - playSound(_soundName, 100, 0, 0); + playSound(_soundName); return true; } -- cgit v1.2.3