diff options
Diffstat (limited to 'engines/titanic/game/chicken_cooler.h')
-rw-r--r-- | engines/titanic/game/chicken_cooler.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/titanic/game/chicken_cooler.h b/engines/titanic/game/chicken_cooler.h index f15bba4983..220dba081b 100644 --- a/engines/titanic/game/chicken_cooler.h +++ b/engines/titanic/game/chicken_cooler.h @@ -29,11 +29,10 @@ namespace Titanic { class CChickenCooler : public CGameObject { + bool EnterRoomMsg(CEnterRoomMsg *msg); private: int _fieldBC; int _fieldC0; -protected: - virtual bool handleMessage(CEnterRoomMsg &msg); public: CLASSDEF CChickenCooler() : CGameObject(), _fieldBC(0), _fieldC0(0) {} |