OSDN Git Service

[Refactor] #37353 monster-hook を monsterrace-hook に改名。 / Rename monster-hook to monst...
[hengband/hengband.git] / src / dungeon.c
index de15c59..e48c757 100644 (file)
@@ -24,7 +24,7 @@
 #include "floor-events.h"
 #include "object-curse.h"
 #include "store.h"
-#include "monster-hook.h"
+#include "monsterrace-hook.h"
 
 static bool load = TRUE; /*!<ロード処理中の分岐フラグ*/
 static int wild_regen = 20; /*!<広域マップ移動時の自然回復処理カウンタ(広域マップ1マス毎に20回処理を基本とする)*/