summaryrefslogtreecommitdiff
path: root/src/cmd2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd2.cc')
-rw-r--r--src/cmd2.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cmd2.cc b/src/cmd2.cc
index 5aa6d233..0cbf73df 100644
--- a/src/cmd2.cc
+++ b/src/cmd2.cc
@@ -507,8 +507,7 @@ void do_cmd_go_down(void)
dun_level = d_ptr->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);
}
else
{