OSDN Git Service

[Fix] fresh-afterコマンドの修正
[hengbandforosx/hengbandosx.git] / src / effect / effect-processor.h
index 81750be..ab2a951 100644 (file)
@@ -2,5 +2,5 @@
 
 #include "system/angband.h"
 
-bool project(player_type *caster_ptr, const MONSTER_IDX who, POSITION rad, POSITION y, POSITION x, const HIT_POINT dam, const spell_type typ, BIT_FLAGS flag,
+bool project(player_type *caster_ptr, const MONSTER_IDX who, POSITION rad, POSITION y, POSITION x, const HIT_POINT dam, const EFFECT_ID typ, BIT_FLAGS flag,
     const int monspell);