summaryrefslogtreecommitdiff
path: root/src/npc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/npc.h')
-rw-r--r--src/npc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/npc.h b/src/npc.h
index 3032365f..2544a08b 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -51,11 +51,11 @@ class NPC : public Player
| Map::BLOCKMASK_MONSTER;
}
- static bool isTalking;
-
/** We consider NPCs (at least for now) to be one layer-sprites */
virtual int getNumberOfLayers() const
{ return 1; }
+
+ static const bool isTalking();
protected:
/**