OSDN Git Service

生い立ち設定ファイルのプレイヤー名別読み込みができることになっている
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 10 Aug 2004 12:30:11 +0000 (12:30 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 10 Aug 2004 12:30:11 +0000 (12:30 +0000)
が, プレイヤー名が確定する前にこの機能が使われていたため, 名前決定を
生い立ちエディタ起動前に行うように変更.

src/birth.c

index c41d9ff..8d0b3a8 100644 (file)
@@ -6220,6 +6220,9 @@ static bool player_birth_aux(void)
        /* Clear prompt */
        clear_from(23);
 
+       /* Get a name, recolor it, prepare savefile */
+       get_name();
+
        /*** Edit character background ***/
        edit_history();
 
@@ -6227,10 +6230,6 @@ static bool player_birth_aux(void)
 
        get_max_stats();
 
-       /* Get a name, recolor it, prepare savefile */
-
-       get_name();
-
        get_virtues();
 
        /* Prompt for it */