aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/exit_pellerator.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-16 21:04:19 -0400
committerPaul Gilbert2016-08-16 21:04:19 -0400
commit4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011 (patch)
tree92c4b2f298aaa4a4783de1395e13ae5890cc0477 /engines/titanic/moves/exit_pellerator.h
parent80fd795b80d9e9f5f6ca444b844d867f2172d74e (diff)
downloadscummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.tar.gz
scummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.tar.bz2
scummvm-rg350-4c7985c3c9cb1e8023c6d1be5b5ed09fbfba2011.zip
TITANIC: Implemented various pellerator classes
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: