aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/end_credit_text.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/end_credit_text.h')
-rw-r--r--engines/titanic/game/end_credit_text.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/engines/titanic/game/end_credit_text.h b/engines/titanic/game/end_credit_text.h
index 54c6c7ff73..a0e0078837 100644
--- a/engines/titanic/game/end_credit_text.h
+++ b/engines/titanic/game/end_credit_text.h
@@ -28,11 +28,15 @@
namespace Titanic {
class CEndCreditText : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool ActMsg(CActMsg *msg);
+ bool FrameMsg(CFrameMsg *msg);
+ bool TimerMsg(CTimerMsg *msg);
private:
- int _value;
+ bool _flag;
public:
CLASSDEF;
- CEndCreditText() : CGameObject(), _value(0) {}
+ CEndCreditText() : CGameObject(), _flag(false) {}
/**
* Save the data for the class to file