aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dreamweb/sound.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/dreamweb/sound.cpp b/engines/dreamweb/sound.cpp
index 4683f333c9..247935b8f8 100644
--- a/engines/dreamweb/sound.cpp
+++ b/engines/dreamweb/sound.cpp
@@ -104,6 +104,7 @@ void DreamBase::loadRoomsSample() {
assert(sample < 100);
Common::String sampleName = Common::String::format("DREAMWEB.V%02d", sample);
+ data.byte(kCurrentsample) = sample;
uint8 ch0 = data.byte(kCh0playing);
if (ch0 >= 12 && ch0 != 255)