aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/player_v1.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/player_v1.cpp b/scumm/player_v1.cpp
index 909fa4a54d..29103dab07 100644
--- a/scumm/player_v1.cpp
+++ b/scumm/player_v1.cpp
@@ -42,6 +42,7 @@ Player_V1::Player_V1(ScummEngine *scumm, bool pcjr) : Player_V2(scumm, pcjr) {
_mplex_step = (_sample_rate << FIXP_SHIFT) / 1193000;
_next_chunk = _repeat_chunk = 0;
_forced_level = 0;
+ _random_lsr = 0;
}
Player_V1::~Player_V1() {