summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-07-10 08:15:39 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-07-14 08:47:43 -0400
commitfff14fb3beb1d2e70d702f1cda6a7de6355c2507 (patch)
treeb18cefd32601dc87d815b1573a903537660375d5 /crawl-ref/source/enum.h
parentdc4f2bac322bd5c5cb7073bd8a568aca169ceaf0 (diff)
downloadcrawl-ref-fff14fb3beb1d2e70d702f1cda6a7de6355c2507.tar.gz
crawl-ref-fff14fb3beb1d2e70d702f1cda6a7de6355c2507.zip
Separate feature data into feature-data.h.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 1f1e67c37e..fd0b21d3ae 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -1311,8 +1311,8 @@ enum dungeon_char_type
// When adding:
//
-// * New stairs/portals: update grid_stair_direction.
-// * Any: edit view.cc and add a glyph and colour for the feature.
+// * New stairs/portals: update feat_stair_direction.
+// * Any: Add an entry in feature-data.h for the feature.
// * Any: edit directn.cc and add a description for the feature.
// * Any: edit dat/descript/features.txt and add a
// long description if appropriate.