summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.cc')
-rw-r--r--crawl-ref/source/itemname.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.cc b/crawl-ref/source/itemname.cc
index 492bb37656..171dbb9311 100644
--- a/crawl-ref/source/itemname.cc
+++ b/crawl-ref/source/itemname.cc
@@ -2405,6 +2405,10 @@ void check_item_knowledge(bool unknown_items)
// Missiles
for (int i = 0; i < NUM_MISSILES; i++)
{
+#if TAG_MAJOR_VERSION == 34
+ if (i == MI_DART)
+ continue;
+#endif
item_def* ptmp = new item_def;
if (ptmp != 0)
{