From 7af21d289de6e6cc684cb048a0f7e2e4e102842f Mon Sep 17 00:00:00 2001 From: Juliano Leal Goncalves Date: Wed, 1 Sep 2021 23:35:22 -0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Remove=20unnecessary=20'Mo?= =?UTF-8?q?nsterClass'=20enum=20underlying=20value=20type=20override?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/monstdat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monstdat.h b/Source/monstdat.h index 43fed20bd..8c603524f 100644 --- a/Source/monstdat.h +++ b/Source/monstdat.h @@ -55,7 +55,7 @@ enum _mai_id : int8_t { AI_INVALID = -1, }; -enum class MonsterClass : uint8_t { +enum class MonsterClass { MC_UNDEAD, MC_DEMON, MC_ANIMAL,