Properly scope the island removal enum

This commit is contained in:
Seth Hillbrand 2022-08-01 08:58:04 -07:00
parent 9fbf9973be
commit 5207a8d8b4
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ enum class ZONE_BORDER_DISPLAY_STYLE
};
/// Whether or not to remove isolated islands from a zone
enum ISLAND_REMOVAL_MODE
enum class ISLAND_REMOVAL_MODE
{
ALWAYS = 0,
NEVER,