aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/sound.cpp')
-rw-r--r--engines/fullpipe/sound.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/fullpipe/sound.cpp b/engines/fullpipe/sound.cpp
index 49ebc47057..ec6ce82957 100644
--- a/engines/fullpipe/sound.cpp
+++ b/engines/fullpipe/sound.cpp
@@ -78,11 +78,8 @@ Sound *SoundList::getSoundItemById(int id) {
Sound::Sound() :
_id(0),
- _directSoundBuffer(0),
- _directSoundBuffers(),
_soundData(nullptr),
_handle(new Audio::SoundHandle()),
- _volume(100),
_objectId(0) {}
Sound::~Sound() {