• R/O
  • HTTP
  • SSH
  • HTTPS

hengband: Commit

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


Commit MetaInfo

Revisãoa22196a31d520f6b9d8ae0230087a5313ef251da (tree)
Hora2020-10-22 00:31:27
Autordeskull <deskull@user...>
Commiterdeskull

Mensagem de Log

[Refactor] #40514 TODOコメント付加. / Add todo comments.

Mudança Sumário

Diff

--- a/src/player/permanent-resistances.c
+++ b/src/player/permanent-resistances.c
@@ -15,6 +15,7 @@
1515 * @param creature_ptr プレーヤーへの参照ポインタ
1616 * @param flags 耐性フラグの配列
1717 * @return なし
18+ * @todo 最終的にplayer-status系列と統合する
1819 */
1920 static void add_class_flags(player_type *creature_ptr, BIT_FLAGS *flags)
2021 {
@@ -137,6 +138,7 @@ static void add_class_flags(player_type *creature_ptr, BIT_FLAGS *flags)
137138 * @param creature_ptr プレーヤーへの参照ポインタ
138139 * @param flags 耐性フラグの配列
139140 * @return なし
141+ * @todo 最終的にplayer-status系列と統合する
140142 */
141143 static void add_mimic_form_flags(player_type *creature_ptr, BIT_FLAGS *flags)
142144 {
@@ -190,6 +192,7 @@ static void add_mimic_form_flags(player_type *creature_ptr, BIT_FLAGS *flags)
190192 * @param creature_ptr プレーヤーへの参照ポインタ
191193 * @param flags 耐性フラグの配列
192194 * @return なし
195+ * @todo 最終的にplayer-status系列と統合する
193196 */
194197 static void add_race_flags(player_type *creature_ptr, BIT_FLAGS *flags)
195198 {
@@ -467,6 +470,7 @@ static void add_race_flags(player_type *creature_ptr, BIT_FLAGS *flags)
467470 * @param creature_ptr プレーヤーへの参照ポインタ
468471 * @param flags 耐性フラグの配列
469472 * @return なし
473+ * @todo 最終的にplayer-status系列と統合する
470474 */
471475 static void add_mutation_flags(player_type *creature_ptr, BIT_FLAGS *flags)
472476 {
@@ -504,6 +508,7 @@ static void add_mutation_flags(player_type *creature_ptr, BIT_FLAGS *flags)
504508 * @param creature_ptr プレーヤーへの参照ポインタ
505509 * @param flags 耐性フラグの配列
506510 * @return なし
511+ * @todo 最終的にplayer-status系列と統合する
507512 */
508513 static void add_personality_flags(player_type *creature_ptr, BIT_FLAGS *flags)
509514 {
@@ -528,6 +533,7 @@ static void add_personality_flags(player_type *creature_ptr, BIT_FLAGS *flags)
528533 * @brief 剣術家の型による耐性フラグを返す
529534 * @param creature_ptr プレーヤーへの参照ポインタ
530535 * @param flags 耐性フラグの配列
536+ * @todo 最終的にplayer-status系列と統合する
531537 * @return なし
532538 */
533539 static void add_kata_flags(player_type *creature_ptr, BIT_FLAGS *flags)
@@ -593,8 +599,7 @@ static void add_kata_flags(player_type *creature_ptr, BIT_FLAGS *flags)
593599 * @return なし
594600 * @details
595601 * Obtain the "flags" for the player as if he was an item
596- * @todo
597- * xtra1.c周りと多重実装になっているのを何とかする
602+ * @todo 最終的にplayer-status系列と統合する
598603 */
599604 void player_flags(player_type *creature_ptr, BIT_FLAGS *flags)
600605 {
Show on old repository browser