From 78146d5a232fb482d827b0110dee0cb9d2f2b9df Mon Sep 17 00:00:00 2001 From: dolorous Date: Mon, 24 Nov 2008 06:15:13 +0000 Subject: Comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7580 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/misc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/misc.cc') diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc index 24f3177070..ace70f6b3d 100644 --- a/crawl-ref/source/misc.cc +++ b/crawl-ref/source/misc.cc @@ -1747,7 +1747,7 @@ void up_stairs(dungeon_feature_type force_stair, } } request_autopickup(); -} // end up_stairs() +} // Adds a dungeon marker at the point of the level where returning from // a labyrinth or portal vault should drop the player. @@ -2290,7 +2290,7 @@ void down_stairs( int old_level, dungeon_feature_type force_stair, } } request_autopickup(); -} // end down_stairs() +} void trackers_init_new_level(bool transit) { -- cgit v1.2.3-54-g00ecf