diff options
Diffstat (limited to 'engines/titanic/npcs/mobile.h')
-rw-r--r-- | engines/titanic/npcs/mobile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/titanic/npcs/mobile.h b/engines/titanic/npcs/mobile.h index 68e74a5afe..2ad939afa6 100644 --- a/engines/titanic/npcs/mobile.h +++ b/engines/titanic/npcs/mobile.h @@ -29,7 +29,7 @@ namespace Titanic { class CMobile : public CCharacter { DECLARE_MESSAGE_MAP; -private: +protected: Point _pos1; int _fieldDC; public: |