aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_v1.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra_v1.h')
-rw-r--r--engines/kyra/kyra_v1.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/kyra_v1.h b/engines/kyra/kyra_v1.h
index 148da506c4..efa84bb488 100644
--- a/engines/kyra/kyra_v1.h
+++ b/engines/kyra/kyra_v1.h
@@ -32,6 +32,8 @@
#include "common/events.h"
#include "common/system.h"
+#include "sound/mixer.h"
+
#include "kyra/script.h"
namespace Common {
@@ -278,7 +280,7 @@ protected:
uint8 _flagsTable[100]; // TODO: check this value
// sound
- Common::String _speechFile;
+ Audio::SoundHandle _speechHandle;
int _curMusicTheme;
int _curSfxFile;