From 3f1d66cf11f4f369e007af95a9eb5aabf07b3939 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Thu, 18 Dec 2003 11:47:58 +0000 Subject: PalmOS sound API cannot access globals or functions out of the first segment svn-id: r11740 --- scumm/player_v2.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scumm/player_v2.h') diff --git a/scumm/player_v2.h b/scumm/player_v2.h index 8e47122106..f3a2ba98b9 100644 --- a/scumm/player_v2.h +++ b/scumm/player_v2.h @@ -84,6 +84,18 @@ public: virtual int getMusicTimer() const; virtual int getSoundStatus(int sound) const; +#ifdef __PALM_OS__ +private: + const uint8 *note_lengths; + const uint16 *hull_offsets; + const int16 *hulls; + const uint16 *freqmod_lengths; + const uint16 *freqmod_offsets; + const int8 *freqmod_table; + const uint16 *spk_freq_table; + const uint16 *pcjr_freq_table; +#endif + protected: bool _isV3Game; SoundMixer *_mixer; -- cgit v1.2.3