aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/sound.cpp')
-rw-r--r--engines/glk/sound.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/sound.cpp b/engines/glk/sound.cpp
index 7a93b772f9..70c33c27da 100644
--- a/engines/glk/sound.cpp
+++ b/engines/glk/sound.cpp
@@ -75,6 +75,8 @@ void Sounds::poll() {
SoundChannel::SoundChannel(Sounds *owner) : _owner(owner), _soundNum(0),
_rock(0), _notify(0) {
+ _dispRock.num = 0;
+ _dispRock.ptr = nullptr;
}
SoundChannel::~SoundChannel() {