summaryrefslogtreecommitdiff
path: root/src/wizard2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wizard2.cc')
-rw-r--r--src/wizard2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wizard2.cc b/src/wizard2.cc
index fa223ffe..5adcd26a 100644
--- a/src/wizard2.cc
+++ b/src/wizard2.cc
@@ -1661,7 +1661,7 @@ void do_cmd_debug()
{
dungeon_type = command_arg;
dun_level = d_info[dungeon_type].mindepth;
- msg_format("You go into %s", d_text + d_info[dungeon_type].text);
+ msg_format("You go into %s", d_info[dungeon_type].text);
/* Leaving */
p_ptr->leaving = TRUE;