From 5bffa14e7063d1c95ddcca88365adf98f05778d6 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Mon, 6 Sep 2021 19:15:01 +0200 Subject: [PATCH] Define type for MonsterClass Reverts 7af21d289de6e6cc684cb048a0f7e2e4e102842f --- Source/monstdat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monstdat.h b/Source/monstdat.h index 95a3861f9..b555465d7 100644 --- a/Source/monstdat.h +++ b/Source/monstdat.h @@ -55,7 +55,7 @@ enum _mai_id : int8_t { AI_INVALID = -1, }; -enum class MonsterClass { +enum class MonsterClass : uint8_t { Undead, Demon, Animal,