aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorathrxx2016-04-03 13:02:02 +0200
committerathrxx2016-04-03 13:06:16 +0200
commit97a69022fd2cb7314d1ecc9e86b1a7dbc29dca67 (patch)
treec9d6f8dcbf45f1b79365be0a978d4be61fa97c4c /engines/kyra/lol.h
parentd643036c206fff904232d3d7678cf0f3d57e55b4 (diff)
downloadscummvm-rg350-97a69022fd2cb7314d1ecc9e86b1a7dbc29dca67.tar.gz
scummvm-rg350-97a69022fd2cb7314d1ecc9e86b1a7dbc29dca67.tar.bz2
scummvm-rg350-97a69022fd2cb7314d1ecc9e86b1a7dbc29dca67.zip
KYRA: (LOL) fix bug #7104 (LOL-CD: mixing sfx and voice mode does not work)
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index e060b307af..af58397200 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -463,6 +463,7 @@ private:
const uint8 *_musicTrackMap;
const uint16 *_ingameSoundIndex;
+ int _ingameSoundIndexSize;
const uint8 *_ingameGMSoundIndex;
int _ingameGMSoundIndexSize;
const uint8 *_ingameMT32SoundIndex;