diff options
author | Travis Howell | 2004-07-14 05:53:37 +0000 |
---|---|---|
committer | Travis Howell | 2004-07-14 05:53:37 +0000 |
commit | 63003a1ccaee2f4ebfdc08d3954e317dad432283 (patch) | |
tree | 1eae56add9bc5b5262bab772ccd5da1c8d763502 | |
parent | c7e39d4191f1f9eae19abb9a9a92aeea2f745a60 (diff) | |
download | scummvm-rg350-63003a1ccaee2f4ebfdc08d3954e317dad432283.tar.gz scummvm-rg350-63003a1ccaee2f4ebfdc08d3954e317dad432283.tar.bz2 scummvm-rg350-63003a1ccaee2f4ebfdc08d3954e317dad432283.zip |
Ooops
svn-id: r14208
-rw-r--r-- | scumm/script_v7he.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index b4dec51ae7..549291b587 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -675,7 +675,7 @@ void ScummEngine_v7he::o7_startSound() { case 232: _heSndSoundId = pop(); - _heSndTimer = 0; + _heSndOffset = 0; _heSndSoundFreq = 11025; _heSndTimer = VAR(VAR_MUSIC_TIMER); break; |