OSDN Git Service

[Refactor] rbm_type を enum class 化しつつ RaceBlowMethodType に改名。
[hengbandforosx/hengbandosx.git] / src / monster-attack / monster-attack-util.h
index 1e45abf..c081f05 100644 (file)
@@ -17,7 +17,7 @@ typedef struct monap_type {
     int do_cut;
     int do_stun;
     bool touched;
-    rbm_type method;
+    RaceBlowMethodType method;
     bool explode;
     DEPTH rlev;
     GAME_TEXT m_name[MAX_NLEN];