From 62b087adce4a0fdd0ff6a99ed5a9843ec0b722be Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 10 Apr 2016 10:20:06 -0400 Subject: TITANIC: Fleshing out CTelevision::MovieEndMsg --- 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 9a395813af..827fb4a0d4 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) { changeStatus(0); - soundProximity(_soundName, 100, 0, 0); + playSound(_soundName, 100, 0, 0); return true; } -- cgit v1.2.3