summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop-enum.h
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-05-10 11:39:07 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-05-10 11:39:07 -0400
commitaebf29ef1b770bb949d04f50c2b986ec7fdd1e80 (patch)
treeff89b1415206865fea126f8fc1838699febc7f51 /crawl-ref/source/itemprop-enum.h
parent423e527b4a1d61d75918907abfd7639ba15fe156 (diff)
downloadcrawl-ref-aebf29ef1b770bb949d04f50c2b986ec7fdd1e80.tar.gz
crawl-ref-aebf29ef1b770bb949d04f50c2b986ec7fdd1e80.zip
Standardize some save compact code
Diffstat (limited to 'crawl-ref/source/itemprop-enum.h')
-rw-r--r--crawl-ref/source/itemprop-enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/itemprop-enum.h b/crawl-ref/source/itemprop-enum.h
index 0ed3c3f2d3..6a4ec32212 100644
--- a/crawl-ref/source/itemprop-enum.h
+++ b/crawl-ref/source/itemprop-enum.h
@@ -119,7 +119,7 @@ enum brand_type // item_def.special
NUM_REAL_SPECIAL_WEAPONS,
SPWPN_ACID, // acid bite only for the moment
-#if TAG_MAJOR_VERSION != 34
+#if TAG_MAJOR_VERSION > 34
SPWPN_CONFUSE, // Confusing Touch only for the moment
#endif
SPWPN_DEBUG_RANDART,