From 99dbecf3b4a14382fa867610a43201fc150bfda9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 23 Mar 2011 11:46:11 +0100 Subject: TINSEL: Make MidiMusicPlayer::_parser and _mutex protected --- engines/tinsel/music.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/tinsel/music.h') diff --git a/engines/tinsel/music.h b/engines/tinsel/music.h index 5545200c59..8f5acc51d0 100644 --- a/engines/tinsel/music.h +++ b/engines/tinsel/music.h @@ -97,13 +97,13 @@ public: MidiChannel *allocateChannel() { return 0; } MidiChannel *getPercussionChannel() { return 0; } - MidiParser *_parser; - Common::Mutex _mutex; - protected: static void onTimer(void *data); + MidiParser *_parser; + Common::Mutex _mutex; + MidiChannel *_channel[16]; MidiDriver *_driver; MidiParser *_xmidiParser; -- cgit v1.2.3