summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc.h')
-rw-r--r--src/npc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/npc.h b/src/npc.h
index ef9fdc7d..182da3e5 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -42,6 +42,8 @@ class NPC : public Player
virtual Type getType() const;
void talk();
+
+ static bool isTalking;
protected:
Network *mNetwork;
void updateCoords();