summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-item.cc
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/wiz-item.cc
parent423e527b4a1d61d75918907abfd7639ba15fe156 (diff)
downloadcrawl-ref-aebf29ef1b770bb949d04f50c2b986ec7fdd1e80.tar.gz
crawl-ref-aebf29ef1b770bb949d04f50c2b986ec7fdd1e80.zip
Standardize some save compact code
Diffstat (limited to 'crawl-ref/source/wiz-item.cc')
-rw-r--r--crawl-ref/source/wiz-item.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/wiz-item.cc b/crawl-ref/source/wiz-item.cc
index fdeb14ea0c..32bddf2afe 100644
--- a/crawl-ref/source/wiz-item.cc
+++ b/crawl-ref/source/wiz-item.cc
@@ -1150,7 +1150,7 @@ static void _debug_acquirement_stats(FILE *ostat)
"reaping",
"INVALID",
"acid",
-#if TAG_MAJOR_VERSION != 34
+#if TAG_MAJOR_VERSION > 34
"confuse",
#endif
"debug randart",
@@ -1363,7 +1363,7 @@ static void _debug_rap_stats(FILE *ostat)
1, //ARTP_EYESIGHT
1, //ARTP_INVISIBLE
1, //ARTP_FLY
-#if TAG_MAJOR_VERSION != 34
+#if TAG_MAJOR_VERSION > 34
1, //ARTP_FOG,
#endif
1, //ARTP_BLINK
@@ -1521,7 +1521,7 @@ static void _debug_rap_stats(FILE *ostat)
"ARTP_EYESIGHT",
"ARTP_INVISIBLE",
"ARTP_FLY",
-#if TAG_MAJOR_VERSION != 34
+#if TAG_MAJOR_VERSION > 34
"ARTP_FOG",
#endif
"ARTP_BLINK",