summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;