summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/melee2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/melee2.cc b/src/melee2.cc
index b3aa5c61..5a643132 100644
--- a/src/melee2.cc
+++ b/src/melee2.cc
@@ -6330,7 +6330,7 @@ static void process_monster(int m_idx, bool_ is_frien)
if (player_has_los_bold(oy, ox) && (r_ptr->flags2 & RF2_CAN_SPEAK))
{
char m_name[80];
- char monmessage[80];
+ char monmessage[1024];
/* Acquire the monster name/poss */
if (m_ptr->ml)