From 154a033e332f99689b9b7355377fd3ee3003cc52 Mon Sep 17 00:00:00 2001 From: Juliano Leal Goncalves Date: Mon, 30 Aug 2021 23:45:05 -0300 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Remove=20unnecessary=20exp?= =?UTF-8?q?licit=20underlying=20type=20on=20'MonsterMode'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/monster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/monster.h b/Source/monster.h index fa380442d..b9dae75f4 100644 --- a/Source/monster.h +++ b/Source/monster.h @@ -62,7 +62,7 @@ enum : uint8_t { UMT_NAKRUL, }; -enum class MonsterMode : uint8_t { +enum class MonsterMode { MM_STAND, /** Movement towards N, NW, or NE */ MM_WALK,