OSDN Git Service

[Refactor] #37353 mon_lite_hack() コメント追加. / Add comment to mon_lite_hack().
authordeskull <deskull@users.sourceforge.jp>
Mon, 16 Sep 2019 01:04:51 +0000 (10:04 +0900)
committerdeskull <deskull@users.sourceforge.jp>
Mon, 16 Sep 2019 01:04:51 +0000 (10:04 +0900)
src/floor-events.c

index 48016e7..a002675 100644 (file)
@@ -1320,8 +1320,10 @@ void update_view(void)
 }
 
 
-/*
- * Add a square to the changes array
+/*!
+ * @brief モンスターによる光量状態更新 / Add a square to the changes array
+ * @param y Y座標
+ * @param x X座標
  */
 static void mon_lite_hack(POSITION y, POSITION x)
 {