summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/viewmap.cc
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2012-09-03 18:14:58 +0200
committerFlorian Diebold <flodiebold@gmail.com>2012-09-03 18:14:58 +0200
commitafffd7f5fb290d7293b93035a7bcb4af141cfedc (patch)
treea9844b3730fe2c0ed233c4f9a1af0a7dd148814c /crawl-ref/source/viewmap.cc
parent813631b71d695557db51a64d88800f4e8d9efcf8 (diff)
downloadcrawl-ref-afffd7f5fb290d7293b93035a7bcb4af141cfedc.tar.gz
crawl-ref-afffd7f5fb290d7293b93035a7bcb4af141cfedc.zip
Remove CMD_MAP_FIND_F.
It did the same thing as CMD_MAP_FIND_WAYPOINT, so F on the overmap is now just mapped to that.
Diffstat (limited to 'crawl-ref/source/viewmap.cc')
-rw-r--r--crawl-ref/source/viewmap.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/viewmap.cc b/crawl-ref/source/viewmap.cc
index 0ffdaba015..f22e747a0d 100644
--- a/crawl-ref/source/viewmap.cc
+++ b/crawl-ref/source/viewmap.cc
@@ -1110,7 +1110,6 @@ bool show_map(level_pos &lpos,
case CMD_MAP_FIND_TRAP:
case CMD_MAP_FIND_ALTAR:
case CMD_MAP_FIND_EXCLUDED:
- case CMD_MAP_FIND_F:
case CMD_MAP_FIND_WAYPOINT:
case CMD_MAP_FIND_STASH:
case CMD_MAP_FIND_STASH_REVERSE:
@@ -1138,9 +1137,6 @@ bool show_map(level_pos &lpos,
case CMD_MAP_FIND_EXCLUDED:
getty = 'E';
break;
- case CMD_MAP_FIND_F:
- getty = 'F';
- break;
case CMD_MAP_FIND_WAYPOINT:
getty = 'W';
break;