OSDN Git Service

クイックスタート時に種族ポインタなどが死んだ時の物を指していたので修正.
author_nothere <_nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 26 May 2002 16:05:17 +0000 (16:05 +0000)
committer_nothere <_nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Sun, 26 May 2002 16:05:17 +0000 (16:05 +0000)
src/birth.c

index fe57e07..6a513f5 100644 (file)
@@ -5311,6 +5311,11 @@ static bool player_birth_aux(void)
                        init_dungeon_quests(previous_char.quests);
                        init_turn();
 
+                       sp_ptr = &sex_info[p_ptr->psex];
+                       rp_ptr = &race_info[p_ptr->prace];
+                       cp_ptr = &class_info[p_ptr->pclass];
+                       ap_ptr = &seikaku_info[p_ptr->pseikaku];
+
                        /* Calc hitdie, but don't roll */
                        get_extra(FALSE);