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, 1 insertions, 1 deletions
diff --git a/src/npc.h b/src/npc.h
index 2544a08b..ac5cb374 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -54,7 +54,7 @@ class NPC : public Player
/** We consider NPCs (at least for now) to be one layer-sprites */
virtual int getNumberOfLayers() const
{ return 1; }
-
+
static const bool isTalking();
protected: