aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/moves/call_pellerator.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-15 22:21:12 -0400
committerPaul Gilbert2017-08-15 22:21:12 -0400
commit73764581374c5aca488b60a668f2810691f89c39 (patch)
treec47d4d038510550d66f7db2d78b878357cb60bf2 /engines/titanic/moves/call_pellerator.h
parent83cd7780629d26fb3f37ad11a7dd8ae9bf93a022 (diff)
downloadscummvm-rg350-73764581374c5aca488b60a668f2810691f89c39.tar.gz
scummvm-rg350-73764581374c5aca488b60a668f2810691f89c39.tar.bz2
scummvm-rg350-73764581374c5aca488b60a668f2810691f89c39.zip
TITANI: Fix auto-showing Call button outside music room Pellerator
Diffstat (limited to 'engines/titanic/moves/call_pellerator.h')
-rw-r--r--engines/titanic/moves/call_pellerator.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/titanic/moves/call_pellerator.h b/engines/titanic/moves/call_pellerator.h
index 3a1ef3823a..e03150dbce 100644
--- a/engines/titanic/moves/call_pellerator.h
+++ b/engines/titanic/moves/call_pellerator.h
@@ -34,6 +34,13 @@ class CCallPellerator : public CGameObject {
bool LeaveViewMsg(CLeaveViewMsg *msg);
bool PETActivateMsg(CPETActivateMsg *msg);
bool MouseButtonDownMsg(CMouseButtonDownMsg *msg);
+ bool TimerMsg(CTimerMsg *msg);
+private:
+ /**
+ * Switches to the PET Remote tab, and selects the 'Call Pellerator'
+ * glyph by default
+ */
+ void showCallPellerator();
public:
CLASSDEF;