summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-04 14:51:36 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-04 14:51:36 +0000
commit4e94e41a4d18df858c558cde111fdbeb7f99c6ed (patch)
tree6a5c15ff6455a7179c12d681d8f211028bc53aff
parent3ce3ab7ad0147bd7bdde40fdbd75a73950c28be4 (diff)
downloadcrawl-ref-4e94e41a4d18df858c558cde111fdbeb7f99c6ed.tar.gz
crawl-ref-4e94e41a4d18df858c558cde111fdbeb7f99c6ed.zip
Removed special-casing to treat < as > for Abyss exits.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3396 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/acr.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 77f8ea1035..511109fadf 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -1518,14 +1518,6 @@ static void go_upstairs()
if (stairs_check_beheld())
return;
-
- // Allow both < and > to work for Abyss exits.
- if (ygrd == DNGN_EXIT_ABYSS)
- {
- go_downstairs();
- return;
- }
-
if (you.attribute[ATTR_HELD])
{