From 024df2d97723ab237f7a762c895a61d640979788 Mon Sep 17 00:00:00 2001 From: reaverb Date: Thu, 7 Aug 2014 23:42:02 -0400 Subject: Fix Spacing (player.h) --- crawl-ref/source/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 worshipped; FixedVector num_current_gifts; FixedVector num_total_gifts; - FixedBitVector< NUM_GODS> one_time_ability_used; + FixedBitVector< NUM_GODS> one_time_ability_used; FixedVector piety_max; FixedVector mutation; -- cgit v1.2.3-54-g00ecf