aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-14 05:53:37 +0000
committerTravis Howell2004-07-14 05:53:37 +0000
commit63003a1ccaee2f4ebfdc08d3954e317dad432283 (patch)
tree1eae56add9bc5b5262bab772ccd5da1c8d763502 /scumm/script_v7he.cpp
parentc7e39d4191f1f9eae19abb9a9a92aeea2f745a60 (diff)
downloadscummvm-rg350-63003a1ccaee2f4ebfdc08d3954e317dad432283.tar.gz
scummvm-rg350-63003a1ccaee2f4ebfdc08d3954e317dad432283.tar.bz2
scummvm-rg350-63003a1ccaee2f4ebfdc08d3954e317dad432283.zip
Ooops
svn-id: r14208
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp2
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;