summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/traps.h
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-10-21 09:30:04 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-10-21 09:31:42 -0500
commit1d018e35974d6c853013533905b27780ff34e8e2 (patch)
treedb01c72b4aa3846d4f60e01e8ee9e2d47c58560c /crawl-ref/source/traps.h
parentac5abe71e5bf217f514a9509a4338bc265714e89 (diff)
downloadcrawl-ref-1d018e35974d6c853013533905b27780ff34e8e2.tar.gz
crawl-ref-1d018e35974d6c853013533905b27780ff34e8e2.zip
Fix Zot traps' names not being capitalized, and clean up trap code a bit.
Diffstat (limited to 'crawl-ref/source/traps.h')
-rw-r--r--crawl-ref/source/traps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/traps.h b/crawl-ref/source/traps.h
index c44750c8bb..124fdf2b5e 100644
--- a/crawl-ref/source/traps.h
+++ b/crawl-ref/source/traps.h
@@ -31,7 +31,6 @@ int reveal_traps(const int range);
void destroy_trap(const coord_def& pos);
trap_def* find_trap(const coord_def& where);
trap_type get_trap_type(const coord_def& where);
-const char *trap_name_at(const coord_def& c);
trap_type random_trap();
trap_type random_trap(dungeon_feature_type feat);