From c5cb419642507109dbaa27048fe2d86d461e4ea7 Mon Sep 17 00:00:00 2001 From: deskull Date: Sat, 25 May 2019 18:52:52 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#37353=20MIND=5F*=20=E5=AE=9A?= =?utf8?q?=E7=BE=A9=E3=82=92=20mind.h=20=E3=81=B8=E7=A7=BB=E5=8B=95?= =?utf8?q?=EF=BC=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/defines.h | 8 -------- src/mind.h | 6 ++++++ 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/defines.h b/src/defines.h index 02c8719e2..c78c5e2f4 100644 --- a/src/defines.h +++ b/src/defines.h @@ -149,14 +149,6 @@ #define MAX_MIND_POWERS 21 /*!< 超能力の数 / Mindcraft */ - -#define MIND_MINDCRAFTER 0 /*!< 特殊能力: 超能力 */ -#define MIND_KI 1 /*!< 特殊能力: 練気 */ -#define MIND_BERSERKER 2 /*!< 特殊能力: 怒り */ -#define MIND_MIRROR_MASTER 3 /*!< 特殊能力: 鏡魔法 */ -#define MIND_NINJUTSU 4 /*!< 特殊能力: 忍術 */ - - /* * Size of memory reserved for initialization of some arrays */ diff --git a/src/mind.h b/src/mind.h index 20f22f0a7..80a84064f 100644 --- a/src/mind.h +++ b/src/mind.h @@ -1,5 +1,11 @@ #pragma once +#define MIND_MINDCRAFTER 0 /*!< 特殊能力: 超能力 */ +#define MIND_KI 1 /*!< 特殊能力: 練気 */ +#define MIND_BERSERKER 2 /*!< 特殊能力: 怒り */ +#define MIND_MIRROR_MASTER 3 /*!< 特殊能力: 鏡魔法 */ +#define MIND_NINJUTSU 4 /*!< 特殊能力: 忍術 */ + /* Mindcrafters */ typedef struct mind_type mind_type; struct mind_type -- 2.11.0