aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/gfx/st_button.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-12 22:43:14 -0400
committerPaul Gilbert2016-08-12 22:43:14 -0400
commit4f8c31ecf7c8ac71e1be65771ce508fb11c62749 (patch)
treeaab2bac6a82e02e690d96800eb154621f5cd95d5 /engines/titanic/gfx/st_button.h
parent9e0a6cda67a63e74419a891a90ea835d17a8f3c9 (diff)
downloadscummvm-rg350-4f8c31ecf7c8ac71e1be65771ce508fb11c62749.tar.gz
scummvm-rg350-4f8c31ecf7c8ac71e1be65771ce508fb11c62749.tar.bz2
scummvm-rg350-4f8c31ecf7c8ac71e1be65771ce508fb11c62749.zip
TITANIC: Implemented CAnnounce and CActButton classes
Diffstat (limited to 'engines/titanic/gfx/st_button.h')
-rw-r--r--engines/titanic/gfx/st_button.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/titanic/gfx/st_button.h b/engines/titanic/gfx/st_button.h
index 789437691b..444c883f59 100644
--- a/engines/titanic/gfx/st_button.h
+++ b/engines/titanic/gfx/st_button.h
@@ -34,12 +34,12 @@ class CSTButton : public CBackground {
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
bool MouseButtonUpMsg(CMouseButtonUpMsg *msg);
bool EnterViewMsg(CEnterViewMsg *msg);
-private:
+protected:
int _statusInc;
- CString _statusTarget;
+ CString _actionTarget;
int _fieldF0;
int _currentStatus;
- CString _string4;
+ CString _actionName;
CString _soundName;
int _buttonFrame;
public: