summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/travel.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/travel.h')
-rw-r--r--crawl-ref/source/travel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/travel.h b/crawl-ref/source/travel.h
index e48a148a8c..30327bd46a 100644
--- a/crawl-ref/source/travel.h
+++ b/crawl-ref/source/travel.h
@@ -114,7 +114,7 @@ enum RUN_MODES
{
RUN_TRAVEL = -1, // Classic or Plain Old travel
RUN_EXPLORE = -2, // Exploring (Ctrl+O)
- RUN_INTERLEVEL = -3, // Interlevel travel (Ctrl+G)
+ RUN_INTERLEVEL = -3 // Interlevel travel (Ctrl+G)
};
enum EXPLORE_STOP
@@ -123,7 +123,7 @@ enum EXPLORE_STOP
ES_ITEM = 1,
ES_STAIR = 2,
ES_SHOP = 4,
- ES_ALTAR = 8,
+ ES_ALTAR = 8
};
////////////////////////////////////////////////////////////////////////////