aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorMax Horn2003-06-26 23:04:41 +0000
committerMax Horn2003-06-26 23:04:41 +0000
commitaa19687a4c9affcdb03ae76e269766dd6237ca4c (patch)
tree718b41aa29daec48341f1b913cda1aa6f6ffb6f8 /scumm/sound.h
parent1ec54d032e65af70890c6d53209608deb409fae9 (diff)
downloadscummvm-rg350-aa19687a4c9affcdb03ae76e269766dd6237ca4c.tar.gz
scummvm-rg350-aa19687a4c9affcdb03ae76e269766dd6237ca4c.tar.bz2
scummvm-rg350-aa19687a4c9affcdb03ae76e269766dd6237ca4c.zip
fixed memory leak when restarting
svn-id: r8661
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index f0f8d2551a..78d6878cc3 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -93,11 +93,11 @@ protected:
bool _dig_cd_playing;
DigitalTrackInfo *_track_info[CACHE_TRACKS];
+ int _current_cache;
Scumm *_scumm;
public:
- int _current_cache;
int32 _bundleMusicPosition;
int _talkChannel; /* Mixer channel actor is talking on */