aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/proximity.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-06 19:21:21 -0400
committerPaul Gilbert2016-08-06 19:21:21 -0400
commit467967542b499767ea5b271d5c0bbb0431ee9fcf (patch)
treecba8416f5dbd8949dd172261daf89b3b0c4b2d9c /engines/titanic/sound/proximity.h
parent7b5b06f9d3618df3b3b9b02c8e4e2a9c897b76da (diff)
downloadscummvm-rg350-467967542b499767ea5b271d5c0bbb0431ee9fcf.tar.gz
scummvm-rg350-467967542b499767ea5b271d5c0bbb0431ee9fcf.tar.bz2
scummvm-rg350-467967542b499767ea5b271d5c0bbb0431ee9fcf.zip
TITANIC: Further work on sound manager, fix extra enum comma
Diffstat (limited to 'engines/titanic/sound/proximity.h')
-rw-r--r--engines/titanic/sound/proximity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/sound/proximity.h b/engines/titanic/sound/proximity.h
index 71ea1682d0..afec3a7069 100644
--- a/engines/titanic/sound/proximity.h
+++ b/engines/titanic/sound/proximity.h
@@ -36,7 +36,7 @@ public:
int _field4;
int _channelVolume;
int _fieldC;
- int _speechHandle;
+ uint _soundHandle;
int _field14;
double _frequencyMultiplier;
double _field1C;