summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/travel.cc')
-rw-r--r--crawl-ref/source/travel.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/travel.cc b/crawl-ref/source/travel.cc
index 0d2561a44b..8cc72ae6c3 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -2008,7 +2008,9 @@ static int _prompt_travel_branch(int prompt_flags, bool* to_entrance)
std::string msg;
if (target.startdepth == -1
- && (i == BRANCH_SWAMP || i == BRANCH_SHOALS ))
+ && (i == BRANCH_SWAMP
+ || i == BRANCH_SHOALS
+ || i == BRANCH_SNAKE_PIT))
{
msg += "Branch not generated this game. ";
}