aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_pellerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/moves/exit_pellerator.h')
-rw-r--r--engines/titanic/moves/exit_pellerator.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/titanic/moves/exit_pellerator.h b/engines/titanic/moves/exit_pellerator.h
index 280d1e9a6c..8819d64355 100644
--- a/engines/titanic/moves/exit_pellerator.h
+++ b/engines/titanic/moves/exit_pellerator.h
@@ -30,10 +30,14 @@ namespace Titanic {
struct CExitPelleratorStatics {
CString _v1;
int _v2;
- int _v3;
+ bool _isWinter;
};
class CExitPellerator : public CGameObject {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool StatusChangeMsg(CStatusChangeMsg *msg);
+ bool ChangeSeasonMsg(CChangeSeasonMsg *msg);
private:
static CExitPelleratorStatics *_statics;
public: