summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilecell.h
diff options
context:
space:
mode:
authorontoclasm <yokomeshi@gmail.com>2013-01-12 22:17:46 -0600
committerontoclasm <yokomeshi@gmail.com>2013-01-12 22:18:08 -0600
commit8968c45923a8e01dfc31f54adf431032b4ed2f90 (patch)
tree780e168acfaf2d842a0d93464a4d2012fcc41491 /crawl-ref/source/tilecell.h
parent1a32ccd05a03cd6d20ed0f4c7d2b6611c5ddcb87 (diff)
downloadcrawl-ref-8968c45923a8e01dfc31f54adf431032b4ed2f90.tar.gz
crawl-ref-8968c45923a8e01dfc31f54adf431032b4ed2f90.zip
Disjunction aura tiles.
Diffstat (limited to 'crawl-ref/source/tilecell.h')
-rw-r--r--crawl-ref/source/tilecell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/tilecell.h b/crawl-ref/source/tilecell.h
index 1e3c291386..1fc7b14cb2 100644
--- a/crawl-ref/source/tilecell.h
+++ b/crawl-ref/source/tilecell.h
@@ -36,7 +36,7 @@ struct packed_cell
bool old_blood;
uint8_t travel_trail;
bool quad_glow;
- bool disjunct;
+ uint8_t disjunct;
bool operator ==(const packed_cell &other) const;
bool operator !=(const packed_cell &other) const { return !(*this == other); }