From 9840744acc6e43135ef5e28d041b1d55dd86804b Mon Sep 17 00:00:00 2001 From: athrxx Date: Thu, 9 Aug 2012 18:13:15 +0200 Subject: KYRA: move HOF sequence player into its own class (also cleaning up and fixing things while doing that) --- engines/kyra/kyra_lok.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/kyra/kyra_lok.h') diff --git a/engines/kyra/kyra_lok.h b/engines/kyra/kyra_lok.h index e5fb3cddca..71177f59e8 100644 --- a/engines/kyra/kyra_lok.h +++ b/engines/kyra/kyra_lok.h @@ -134,6 +134,8 @@ public: const uint8 * const *palTable1() { return &_specialPalettes[0]; } const uint8 * const *palTable2() { return &_specialPalettes[29]; } + const AudioDataStruct *soundData(int index) { return &_soundData[index]; } + protected: virtual Common::Error go(); virtual Common::Error init(); -- cgit v1.2.3