diff options
| author | Paul Gilbert | 2016-12-20 20:50:39 -0500 |
|---|---|---|
| committer | Paul Gilbert | 2016-12-20 20:50:39 -0500 |
| commit | 65a2e906a89033f4b96fbf3c1581e60c6f1e0207 (patch) | |
| tree | 01bf202bb3e46be90289016b036a654981342f75 /engines/titanic/messages | |
| parent | a46f3c162581740a3cad27e1168164ca91beb9c9 (diff) | |
| download | scummvm-rg350-65a2e906a89033f4b96fbf3c1581e60c6f1e0207.tar.gz scummvm-rg350-65a2e906a89033f4b96fbf3c1581e60c6f1e0207.tar.bz2 scummvm-rg350-65a2e906a89033f4b96fbf3c1581e60c6f1e0207.zip | |
TITANIC: Fix panning away from parrot cage
Diffstat (limited to 'engines/titanic/messages')
| -rw-r--r-- | engines/titanic/messages/messages.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/messages/messages.h b/engines/titanic/messages/messages.h index a40477a702..22069c912d 100644 --- a/engines/titanic/messages/messages.h +++ b/engines/titanic/messages/messages.h @@ -87,6 +87,7 @@ class CRoomItem; class CNodeItem; class CViewItem; class CMusicPlayer; +class CMovePlayerTo; class CMessage : public CSaveableObject { private: @@ -274,7 +275,7 @@ MESSAGE0(CNPCQueueIdleAnimMsg); MESSAGE1(CNutPuzzleMsg, CString, value, ""); MESSAGE1(COnSummonBotMsg, int, value, 0); MESSAGE0(COpeningCreditsMsg); -MESSAGE1(CPanningAwayFromParrotMsg, CTreeItem *, target, nullptr); +MESSAGE1(CPanningAwayFromParrotMsg, CMovePlayerTo *, target, nullptr); MESSAGE2(CParrotSpeakMsg, CString, target, "", CString, action, ""); MESSAGE2(CParrotTriesChickenMsg, int, value1, 0, int, value2, 0); MESSAGE1(CPhonographPlayMsg, int, value, 0); |
