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, 0 insertions, 2 deletions
diff --git a/src/npc.h b/src/npc.h
index 1a6368b1..45e6efc9 100644
--- a/src/npc.h
+++ b/src/npc.h
@@ -68,6 +68,4 @@ class NPC : public Player
virtual void updateColors() {}
};
-extern int current_npc;
-
#endif