summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authordploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 21:15:43 +0000
committerdploog <dploog@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-20 21:15:43 +0000
commit54d8ea2eb8b8836a6ec8e8a7eb29549c9df80fb9 (patch)
tree783a9c39a262390f736c2fcda3062afe17e1e381 /crawl-ref
parent0c537338e73735c2e869e3d7c20e4aa9631780df (diff)
downloadcrawl-ref-54d8ea2eb8b8836a6ec8e8a7eb29549c9df80fb9.tar.gz
crawl-ref-54d8ea2eb8b8836a6ec8e8a7eb29549c9df80fb9.zip
Fixed the single instance where level-design.txt was referred.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3765 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/enum.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index afba81315c..cea7a0b378 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -828,7 +828,7 @@ enum dungeon_char_type
// * Any: edit dungeon.cc and add a symbol to map_feature() and
// vault_grid() for the feature, if you want vault maps to
// be able to use it. If you do, also update
-// docs/level-design.txt with the new symbol.
+// docs/level_design.txt with the new symbol.
// * Any: edit luadgn.cc and add the feature's name to the dngn_feature_names
// array, if you want vault map Lua code to be able to use the
// feature, and/or you want to be able to create the feature