aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_lok.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-08-10 00:36:46 +0000
committerJohannes Schickel2008-08-10 00:36:46 +0000
commit980b3f8af1318d5b42eb4e5f3c1d0748f46c1a0d (patch)
tree119707757115f3e6602f1b06e2ce0a717e5ea4ca /engines/kyra/kyra_lok.h
parent8268b5c210ee5fd7fa264ecd570c98b26b245d60 (diff)
downloadscummvm-rg350-980b3f8af1318d5b42eb4e5f3c1d0748f46c1a0d.tar.gz
scummvm-rg350-980b3f8af1318d5b42eb4e5f3c1d0748f46c1a0d.tar.bz2
scummvm-rg350-980b3f8af1318d5b42eb4e5f3c1d0748f46c1a0d.zip
Fixed kyra to support properly support restarting of engine (for GSoC RTL, based on a patch from Chris Page).
svn-id: r33736
Diffstat (limited to 'engines/kyra/kyra_lok.h')
-rw-r--r--engines/kyra/kyra_lok.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/kyra_lok.h b/engines/kyra/kyra_lok.h
index cb3062847e..1def95ddbf 100644
--- a/engines/kyra/kyra_lok.h
+++ b/engines/kyra/kyra_lok.h
@@ -633,7 +633,7 @@ protected:
int _soundFilesIntroSize;
const int32 *_cdaTrackTable;
int _cdaTrackTableSize;
- const AudioDataStruct * _soundData;
+ AudioDataStruct _soundData[3];
// positions of the inventory
static const uint16 _itemPosX[];