aboutsummaryrefslogtreecommitdiff
path: root/scumm/bundle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/bundle.cpp')
-rw-r--r--scumm/bundle.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/scumm/bundle.cpp b/scumm/bundle.cpp
index 6d94cd7821..0804ca5125 100644
--- a/scumm/bundle.cpp
+++ b/scumm/bundle.cpp
@@ -93,11 +93,17 @@ const byte imxShortTable[] = {
};
Bundle::Bundle() {
- _lastSong = -1;
- _initializedImcTables = false;
+ _compVoiceTable = NULL;
+ _compMusicTable = NULL;
_bundleVoiceTable = NULL;
_bundleMusicTable = NULL;
+
+ _numVoiceFiles = 0;
+ _numMusicFiles = 0;
+
+ _lastSong = -1;
+ _initializedImcTables = false;
}
Bundle::~Bundle() {