diff options
author | Paul Gilbert | 2016-03-19 22:43:02 -0400 |
---|---|---|
committer | Paul Gilbert | 2016-03-19 22:43:02 -0400 |
commit | c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca (patch) | |
tree | 862aab6db5bfa6f695f150b418b20cdf077ca9fc /engines/titanic/messages | |
parent | dbd8ab0f1c11f1e749c74fe70e5fc2496332a1c5 (diff) | |
download | scummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.tar.gz scummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.tar.bz2 scummvm-rg350-c6b239bdac7c193bc4d0fe8cfc6fbb610d1ca1ca.zip |
TITANIC: Implemented CGameManager::update
Diffstat (limited to 'engines/titanic/messages')
-rw-r--r-- | engines/titanic/messages/messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/messages/messages.h b/engines/titanic/messages/messages.h index 317cde52c6..ccea453a26 100644 --- a/engines/titanic/messages/messages.h +++ b/engines/titanic/messages/messages.h @@ -298,6 +298,7 @@ MESSAGE2(CEnterNodeMsg, CNodeItem *, oldNode, nullptr, CNodeItem *, newNode, nul MESSAGE2(CEnterRoomMsg, CRoomItem *, oldRoom, nullptr, CRoomItem *, newRoom, nullptr); MESSAGE2(CEnterViewMsg, CViewItem *, oldView, nullptr, CViewItem *, newView, nullptr); MESSAGE0(CErasePhonographCylinderMsg); +MESSAGE1(CFrameMsg, uint, ticks, 0); MESSAGE2(CFreshenCookieMsg, int, value1, 0, int, value2, 0); MESSAGE1(CGetChevClassBits, int, value, 0); MESSAGE1(CGetChevClassNum, int, value, 0); |