summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-08-07 23:42:02 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-08-08 14:52:16 -0400
commit024df2d97723ab237f7a762c895a61d640979788 (patch)
tree160851c1f3671028268dc2aa19858c75ae0d4d0c
parent5e3c43b5a8e04e208b72facf5678415ba07997bc (diff)
downloadcrawl-ref-024df2d97723ab237f7a762c895a61d640979788.tar.gz
crawl-ref-024df2d97723ab237f7a762c895a61d640979788.zip
Fix Spacing (player.h)
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 2d16324bfd..eb9f3301fd 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -188,7 +188,7 @@ public:
FixedVector<uint8_t, NUM_GODS> worshipped;
FixedVector<short, NUM_GODS> num_current_gifts;
FixedVector<short, NUM_GODS> num_total_gifts;
- FixedBitVector< NUM_GODS> one_time_ability_used;
+ FixedBitVector< NUM_GODS> one_time_ability_used;
FixedVector<uint8_t, NUM_GODS> piety_max;
FixedVector<uint8_t, NUM_MUTATIONS> mutation;