diff options
author | Travis Howell | 2006-09-01 12:06:51 +0000 |
---|---|---|
committer | Travis Howell | 2006-09-01 12:06:51 +0000 |
commit | 903d9a2d6cfc7a27f1dde4899a77dc3fcf95aabd (patch) | |
tree | 26ad8b3329a7ad211d29cca43a772ac0cd423d42 /engines/scumm | |
parent | 7ca75815aaa7a86327a06006171dfd64584eabac (diff) | |
download | scummvm-rg350-903d9a2d6cfc7a27f1dde4899a77dc3fcf95aabd.tar.gz scummvm-rg350-903d9a2d6cfc7a27f1dde4899a77dc3fcf95aabd.tar.bz2 scummvm-rg350-903d9a2d6cfc7a27f1dde4899a77dc3fcf95aabd.zip |
Ooops, re-enable sound code
svn-id: r23815
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/scumm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/scumm.cpp b/engines/scumm/scumm.cpp index c271cf74ed..a7add0ef84 100644 --- a/engines/scumm/scumm.cpp +++ b/engines/scumm/scumm.cpp @@ -1710,7 +1710,7 @@ load_game: } if (_game.heversion >= 80) { - //((SoundHE *)_sound)->processSoundCode(); + ((SoundHE *)_sound)->processSoundCode(); } runAllScripts(); checkExecVerbs(); |