aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2016-05-04 22:02:03 -0400
committerPaul Gilbert2016-07-10 16:38:21 -0400
commit6948a44ac41f3da70b0cd675e7e9eb96117c54fa (patch)
tree404186a2f8ef315e59b148e5b07c6b1771ec8184 /engines/titanic/sound/sound.cpp
parentb79ed60a8eca775613ec0b36d345dd8fcb4e5f08 (diff)
downloadscummvm-rg350-6948a44ac41f3da70b0cd675e7e9eb96117c54fa.tar.gz
scummvm-rg350-6948a44ac41f3da70b0cd675e7e9eb96117c54fa.tar.bz2
scummvm-rg350-6948a44ac41f3da70b0cd675e7e9eb96117c54fa.zip
TITANIC: Implemented stopSound
Diffstat (limited to 'engines/titanic/sound/sound.cpp')
-rw-r--r--engines/titanic/sound/sound.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/titanic/sound/sound.cpp b/engines/titanic/sound/sound.cpp
index 68fb3aeeb6..3e4f154c35 100644
--- a/engines/titanic/sound/sound.cpp
+++ b/engines/titanic/sound/sound.cpp
@@ -56,11 +56,11 @@ bool CSound::fn1(int val) {
return false;
}
-void CSound::fn2(int val) {
+void CSound::fn2(int handle) {
warning("TODO: CSound::fn3");
}
-void CSound::fn3(int val, int val2, int val3) {
+void CSound::fn3(int handle, int val2, int val3) {
warning("TODO: CSound::fn3");
}