summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
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.