aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/music_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/gfx/music_control.h')
-rw-r--r--engines/titanic/gfx/music_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/gfx/music_control.h b/engines/titanic/gfx/music_control.h
index b33b4ae809..3da063af19 100644
--- a/engines/titanic/gfx/music_control.h
+++ b/engines/titanic/gfx/music_control.h
@@ -33,7 +33,7 @@ class CMusicControl : public CBackground {
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
bool MouseDoubleClickMsg(CMouseDoubleClickMsg *msg);
public:
- MusicControlArea _controlArea;
+ MusicInstrument _controlArea;
int _controlVal;
int _controlMax;
bool _enabled;