diff options
Diffstat (limited to 'engines/access/sound.cpp')
-rw-r--r-- | engines/access/sound.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/access/sound.cpp b/engines/access/sound.cpp index bdf8c224e4..2b8e6a7bf1 100644 --- a/engines/access/sound.cpp +++ b/engines/access/sound.cpp @@ -35,8 +35,6 @@ SoundManager::SoundManager(AccessEngine *vm, Audio::Mixer *mixer) : _music = nullptr; _musicRepeat = false; - _soundFrame = 0; - _soundFlag = false; } SoundManager::~SoundManager() { |