aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/game/games_console.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/game/games_console.h')
-rw-r--r--engines/titanic/game/games_console.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/titanic/game/games_console.h b/engines/titanic/game/games_console.h
index 2b1da70e96..f849fd08cc 100644
--- a/engines/titanic/game/games_console.h
+++ b/engines/titanic/game/games_console.h
@@ -28,11 +28,14 @@
namespace Titanic {
class CGamesConsole : public CBackground {
+ DECLARE_MESSAGE_MAP;
+ bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool LeaveViewMsg(CLeaveViewMsg *msg);
public:
- int _fieldE0;
+ bool _active;
public:
CLASSDEF;
- CGamesConsole() : CBackground(), _fieldE0(0) {}
+ CGamesConsole() : CBackground(), _active(false) {}
/**
* Save the data for the class to file