summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-12-10 10:36:28 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-12-10 11:00:54 +1000
commitc602df19e39a4092f2307f414c7ea7d6a7fe3af1 (patch)
tree76859a53332734d3f25fdcc2c17947fd6134d7d1 /crawl-ref/source/externs.h
parent9f4bc8c473b1da88c6f322c70dccd0f60d3b6706 (diff)
downloadcrawl-ref-c602df19e39a4092f2307f414c7ea7d6a7fe3af1.tar.gz
crawl-ref-c602df19e39a4092f2307f414c7ea7d6a7fe3af1.zip
Minor tweaks to TILE: specifier.
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 80386f0658..e1a8083ef3 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -34,9 +34,8 @@ struct tile_flavour
unsigned short wall;
// Used as a random value or for special cases e.g. (bazaars, gates).
unsigned short special;
- // Used by the vault 'TILE' overlay. Called ftile as it was originally
- // to be for features and 'tile' is obtuse.
- unsigned short ftile;
+ // Used (primarily) by the vault 'TILE' overlay.
+ unsigned short feat;
};
// A glorified unsigned int that assists with ref-counting the mcache.