aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/proximity.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/sound/proximity.h')
-rw-r--r--engines/titanic/sound/proximity.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/sound/proximity.h b/engines/titanic/sound/proximity.h
index b728f22c26..cedb4bd94a 100644
--- a/engines/titanic/sound/proximity.h
+++ b/engines/titanic/sound/proximity.h
@@ -23,6 +23,7 @@
#ifndef TITANIC_PROXIMITY_H
#define TITANIC_PROXIMITY_H
+#include "audio/mixer.h"
#include "common/scummsys.h"
namespace Titanic {
@@ -62,6 +63,7 @@ public:
CEndTalkerFn _endTalkerFn;
TTtalker *_talker;
int _field6C;
+ Audio::Mixer::SoundType _soundType;
public:
CProximity();
};