From bbb0696b3562018cd15a9ac8cb4e7fc7881473cc Mon Sep 17 00:00:00 2001 From: mogami Date: Mon, 5 Jan 2004 11:17:01 +0000 Subject: [PATCH] =?utf8?q?=E8=8B=B1=E8=AA=9E=E7=89=88=E3=81=AE=E8=AA=AC?= =?utf8?q?=E6=98=8E=E6=96=87=E3=81=8C=E9=80=94=E4=B8=AD=E3=81=A7=E5=88=87?= =?utf8?q?=E3=82=8C=E3=81=A6=E3=81=84=E3=81=9F=E3=81=AE=E3=81=A7=E4=BF=AE?= =?utf8?q?=E6=AD=A3=E3=80=821.4.x/1.6.x=E3=81=B8=E3=81=AE=E3=83=9E?= =?utf8?q?=E3=83=BC=E3=82=B8=E5=80=99=E8=A3=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/birth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/birth.c b/src/birth.c index 20d350baa..1dba29ba6 100644 --- a/src/birth.c +++ b/src/birth.c @@ -2346,7 +2346,7 @@ static bool get_player_realms(void) p_ptr->realm2 = 255; while (1) { - char temp[80*8]; + char temp[80*10]; cptr t; count = 0; p_ptr->realm1 = choose_realm(realm_choices1[p_ptr->pclass], &count); @@ -2362,7 +2362,7 @@ static bool get_player_realms(void) roff_to_buf(realm_jouhou[technic2magic(p_ptr->realm1)-1], 74, temp, sizeof(temp)); t = temp; - for (i = 0; i< 6; i++) + for (i = 0; i < 10; i++) { if(t[0] == 0) break; -- 2.11.0