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.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/travel.cc b/crawl-ref/source/travel.cc
index c4bfe6686b..50ad0e67a7 100644
--- a/crawl-ref/source/travel.cc
+++ b/crawl-ref/source/travel.cc
@@ -1025,7 +1025,7 @@ command_type travel()
if (you.running.is_explore())
{
- // Exploring
+ // Exploring.
if (grd[you.x_pos][you.y_pos] == DNGN_ENTER_SHOP
&& you.running == RMODE_EXPLORE_GREEDY)
{
@@ -1058,8 +1058,8 @@ command_type travel()
if (you.running < 0)
{
- // Remember what run-mode we were in so that we can resume explore/
- // interlevel travel correctly.
+ // Remember what run-mode we were in so that we can resume
+ // explore/interlevel travel correctly.
int runmode = you.running;
// Get the next step to make. If the travel command can't find a route,