You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-roguelike/hengband/files/hengband-1.6.2-ovflfix.patch

14 lines
308 B

diff --git a/src/effects.c b/src/effects.c
index a97a2ec..3988b04 100644
--- a/src/effects.c
+++ b/src/effects.c
@@ -5191,7 +5191,7 @@ int take_hit(int damage_type, int damage, cptr hit_from, int monspell)
}
else
{
- char buf[10];
+ char buf[15];
if (p_ptr->inside_arena)
#ifdef JP