summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/state.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-07-26 14:22:38 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-07-26 14:22:38 +0200
commit705162b1193ce341608cbbe7017119e366760a1a (patch)
tree032e8af6f1479313338a0c8aae45f43fc9181215 /crawl-ref/source/state.h
parent44f40dd5f9fe2e775a80616ca2f03e375c120bed (diff)
downloadcrawl-ref-705162b1193ce341608cbbe7017119e366760a1a.tar.gz
crawl-ref-705162b1193ce341608cbbe7017119e366760a1a.zip
Rename FixedBitArray to FixedBitVector.
Diffstat (limited to 'crawl-ref/source/state.h')
-rw-r--r--crawl-ref/source/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/state.h b/crawl-ref/source/state.h
index db37835a42..fd48555236 100644
--- a/crawl-ref/source/state.h
+++ b/crawl-ref/source/state.h
@@ -103,7 +103,7 @@ struct game_state
// Any changes to macros that need to be changed?
bool unsaved_macros;
- FixedBitArray<NUM_DISABLEMENTS> disables;
+ FixedBitVector<NUM_DISABLEMENTS> disables;
// Version of the last character save.
int minorVersion;