aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/proximity.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-06 18:54:00 -0400
committerPaul Gilbert2016-08-06 18:54:00 -0400
commit7b5b06f9d3618df3b3b9b02c8e4e2a9c897b76da (patch)
tree8016e149313de227ecf12729fdad2b5e206c1d36 /engines/titanic/sound/proximity.h
parent551048118cca489eab17e71025c29fbd56ff7b82 (diff)
downloadscummvm-rg350-7b5b06f9d3618df3b3b9b02c8e4e2a9c897b76da.tar.gz
scummvm-rg350-7b5b06f9d3618df3b3b9b02c8e4e2a9c897b76da.tar.bz2
scummvm-rg350-7b5b06f9d3618df3b3b9b02c8e4e2a9c897b76da.zip
TITANIC: Added more sound manager methods, field renames in CProximity
Diffstat (limited to 'engines/titanic/sound/proximity.h')
-rw-r--r--engines/titanic/sound/proximity.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/engines/titanic/sound/proximity.h b/engines/titanic/sound/proximity.h
index 4427574f40..71ea1682d0 100644
--- a/engines/titanic/sound/proximity.h
+++ b/engines/titanic/sound/proximity.h
@@ -34,25 +34,25 @@ typedef void (*CEndTalkerFn)(TTtalker *talker);
class CProximity {
public:
int _field4;
- int _field8;
+ int _channelVolume;
int _fieldC;
int _speechHandle;
int _field14;
- int _field18;
- int _field1C;
- int _field20;
+ double _frequencyMultiplier;
+ double _field1C;
+ bool _repeated;
int _field24;
int _field28;
- double _field2C;
- double _field30;
- int _field34;
+ double _azimuth;
+ double _range;
+ double _elevation;
double _posX;
double _posY;
double _posZ;
- int _field44;
- int _field48;
- int _field4C;
- int _field50;
+ bool _hasVelocity;
+ double _velocityX;
+ double _velocityY;
+ double _velocityZ;
int _field54;
int _field58;
int _field5C;