• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Revision1b03ca2eb2598d16aae976551ca77f64d4de378a (tree)
Time2019-07-08 00:20:25
Authordeskull <deskull@user...>
Commiterdeskull

Log Message

[Refactor] #38997 player_birth_aux() 内の引数指定整理.

Change Summary

Incremental Difference

--- a/src/birth.c
+++ b/src/birth.c
@@ -4156,7 +4156,7 @@ static bool player_birth_aux(player_type *creature_ptr)
41564156 clear_from(10);
41574157
41584158 /* Reset current_world_ptr->game_turn; before auto-roll and after choosing race */
4159- init_turn(p_ptr);
4159+ init_turn(creature_ptr);
41604160
41614161 /*** Generate ***/
41624162
@@ -4446,7 +4446,7 @@ static bool player_birth_aux(player_type *creature_ptr)
44464446 process_player_name(current_world_ptr->creating_savefile);
44474447
44484448 /*** Edit character background ***/
4449- edit_history(p_ptr);
4449+ edit_history(creature_ptr);
44504450
44514451 /*** Finish up ***/
44524452
@@ -4473,7 +4473,7 @@ static bool player_birth_aux(player_type *creature_ptr)
44734473
44744474
44754475 /* Initialize random quests */
4476- init_dungeon_quests(p_ptr);
4476+ init_dungeon_quests(creature_ptr);
44774477
44784478 /* Save character data for quick start */
44794479 save_prev_data(creature_ptr, &previous_char);
Show on old repository browser