diff options
author | Paul Gilbert | 2016-04-10 10:20:06 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-04-10 10:20:06 -0400 |
commit | 62b087adce4a0fdd0ff6a99ed5a9843ec0b722be (patch) | |
tree | f6356a56a1eefbb3dd4160adf69e9d00c17881d4 /engines/titanic/gfx | |
parent | 78d03f9784d17f65b29e5b6836d23d8f494d3c7c (diff) | |
download | scummvm-rg350-62b087adce4a0fdd0ff6a99ed5a9843ec0b722be.tar.gz scummvm-rg350-62b087adce4a0fdd0ff6a99ed5a9843ec0b722be.tar.bz2 scummvm-rg350-62b087adce4a0fdd0ff6a99ed5a9843ec0b722be.zip |
TITANIC: Fleshing out CTelevision::MovieEndMsg
Diffstat (limited to 'engines/titanic/gfx')
-rw-r--r-- | engines/titanic/gfx/st_button.cpp | 2 |
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; } |