OSDN Git Service

性格の選択で説明文の幅が広すぎるので修正。
authormogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 19 Jan 2002 06:05:21 +0000 (06:05 +0000)
committermogami <mogami@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sat, 19 Jan 2002 06:05:21 +0000 (06:05 +0000)
src/birth.c

index ec8f3ad..5e06e98 100644 (file)
@@ -5367,7 +5367,7 @@ static bool player_birth_aux(void)
                if (!get_player_seikaku()) return FALSE;
 
                clear_from(10);
-               roff_to_buf(seikaku_jouhou[p_ptr->pseikaku], 78, temp);
+               roff_to_buf(seikaku_jouhou[p_ptr->pseikaku], 74, temp);
                t = temp;
 
                for (i = 0; i< 6; i++)