aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/television.h
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/game/television.h
parentb79ed60a8eca775613ec0b36d345dd8fcb4e5f08 (diff)
downloadscummvm-rg350-6948a44ac41f3da70b0cd675e7e9eb96117c54fa.tar.gz
scummvm-rg350-6948a44ac41f3da70b0cd675e7e9eb96117c54fa.tar.bz2
scummvm-rg350-6948a44ac41f3da70b0cd675e7e9eb96117c54fa.zip
TITANIC: Implemented stopSound
Diffstat (limited to 'engines/titanic/game/television.h')
-rw-r--r--engines/titanic/game/television.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/game/television.h b/engines/titanic/game/television.h
index 4c16a320ab..64202c7917 100644
--- a/engines/titanic/game/television.h
+++ b/engines/titanic/game/television.h
@@ -56,7 +56,7 @@ private:
int _fieldE4;
bool _isOn;
int _fieldEC;
- int _fieldF0;
+ int _soundHandle;
public:
CLASSDEF
CTelevision();