summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index e8c183ab00..7018209135 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -598,9 +598,9 @@ enum wand_type
enum zap_count_type
{
- ZAPCOUNT_EMPTY = -1,
- ZAPCOUNT_UNKNOWN = -2,
- ZAPCOUNT_RECHARGED = -3,
+ ZAPCOUNT_EMPTY = -1,
+ ZAPCOUNT_UNKNOWN = -2,
+ ZAPCOUNT_RECHARGED = -3,
ZAPCOUNT_MAX_CHARGED = -4
};