summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index efa025d4fc..d36672a62a 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -644,6 +644,10 @@ static void handle_wizard_command( void )
grd[you.x_pos][you.y_pos] = DNGN_ENTER_LABYRINTH;
break;
+ case 'L':
+ debug_place_map();
+ break;
+
case 'i':
mpr( "You feel a rush of knowledge." );
for (i = 0; i < ENDOFPACK; i++)