OSDN Git Service

[Refactor] #38997 リファクタリング用のコメントを追加 / Added comment for refactoring
authorHourier <hourier@users.sourceforge.jp>
Wed, 15 Jan 2020 13:56:58 +0000 (22:56 +0900)
committerHourier <hourier@users.sourceforge.jp>
Wed, 15 Jan 2020 13:56:58 +0000 (22:56 +0900)
src/object-hook.c

index 9fc651b..53a10fb 100644 (file)
@@ -114,6 +114,7 @@ bool item_tester_hook_boomerang(object_type *o_ptr)
 }
 
 /*!
+* todo ここにplayer_type を追加すると関数ポインタの収拾がつかなくなったので保留
 * @brief オブジェクトをプレイヤーが食べることができるかを判定する /
 * Hook to determine if an object is eatable
 * @param o_ptr 判定したいオブジェクトの構造体参照ポインタ