aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/sound_he.cpp
diff options
context:
space:
mode:
authorMax Horn2006-10-15 00:50:22 +0000
committerMax Horn2006-10-15 00:50:22 +0000
commit84874caf0647976fceb16bf59cfcac77f4055770 (patch)
tree40c5709cf34cc4261f867bb6a341826518b0fb1c /engines/scumm/he/sound_he.cpp
parent9def30e30203da4f039d1bc3320983482c54940a (diff)
downloadscummvm-rg350-84874caf0647976fceb16bf59cfcac77f4055770.tar.gz
scummvm-rg350-84874caf0647976fceb16bf59cfcac77f4055770.tar.bz2
scummvm-rg350-84874caf0647976fceb16bf59cfcac77f4055770.zip
Got rid of ScummEngine::_confirmExit, and some other minor cleanup
svn-id: r24319
Diffstat (limited to 'engines/scumm/he/sound_he.cpp')
-rw-r--r--engines/scumm/he/sound_he.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/scumm/he/sound_he.cpp b/engines/scumm/he/sound_he.cpp
index 8b12dd191e..b83fde2838 100644
--- a/engines/scumm/he/sound_he.cpp
+++ b/engines/scumm/he/sound_he.cpp
@@ -50,6 +50,7 @@ SoundHE::SoundHE(ScummEngine *parent)
:
Sound(parent),
_vm((ScummEngine_v60he *)parent),
+ _overrideFreq(0),
_heMusic(0),
_heMusicTracks(0) {