From dda4931ee9d78c704ebd768af243d7019e9d0913 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 4 May 2016 21:07:12 +0200 Subject: GNAP: Move _actionStatus to the Character class --- engines/gnap/character.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/gnap/character.h') diff --git a/engines/gnap/character.h b/engines/gnap/character.h index 8012ab634e..4f5282435f 100644 --- a/engines/gnap/character.h +++ b/engines/gnap/character.h @@ -43,6 +43,7 @@ public: Common::Point _pos; Facing _idleFacing; + int _actionStatus; protected: GnapEngine *_vm; -- cgit v1.2.3