summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/place-info.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-10-15 13:52:24 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-11-04 18:49:49 +0100
commitc346361417241d0e4d7531ed65a1ca5b4f497139 (patch)
tree8c76c3b32dac858b2a36df7d032ff50e49545384 /crawl-ref/source/place-info.h
parentf4a9aed257bbdd264fb1ef43e7b29b3cc599cd65 (diff)
downloadcrawl-ref-c346361417241d0e4d7531ed65a1ca5b4f497139.tar.gz
crawl-ref-c346361417241d0e4d7531ed65a1ca5b4f497139.zip
Get rid of level_type, unify BRANCH_*, LEVEL_* and portal vaults.
Diffstat (limited to 'crawl-ref/source/place-info.h')
-rw-r--r--crawl-ref/source/place-info.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/place-info.h b/crawl-ref/source/place-info.h
index de62fcdf50..01bec01455 100644
--- a/crawl-ref/source/place-info.h
+++ b/crawl-ref/source/place-info.h
@@ -4,8 +4,7 @@
class PlaceInfo
{
public:
- int level_type; // enum level_area_type
- int branch; // enum branch_type if LEVEL_DUNGEON; otherwise -1
+ branch_type branch;
unsigned int num_visits;
unsigned int levels_seen;