diff options
Diffstat (limited to 'src/npc.h')
-rw-r--r-- | src/npc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ class NPC : public Player virtual Type getType() const; void talk(); + + static bool isTalking; protected: Network *mNetwork; void updateCoords(); |