aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/st_button.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-10 10:20:06 -0400
committerPaul Gilbert2016-04-10 10:20:06 -0400
commit62b087adce4a0fdd0ff6a99ed5a9843ec0b722be (patch)
treef6356a56a1eefbb3dd4160adf69e9d00c17881d4 /engines/titanic/gfx/st_button.cpp
parent78d03f9784d17f65b29e5b6836d23d8f494d3c7c (diff)
downloadscummvm-rg350-62b087adce4a0fdd0ff6a99ed5a9843ec0b722be.tar.gz
scummvm-rg350-62b087adce4a0fdd0ff6a99ed5a9843ec0b722be.tar.bz2
scummvm-rg350-62b087adce4a0fdd0ff6a99ed5a9843ec0b722be.zip
TITANIC: Fleshing out CTelevision::MovieEndMsg
Diffstat (limited to 'engines/titanic/gfx/st_button.cpp')
-rw-r--r--engines/titanic/gfx/st_button.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}