Properly scope the island removal enum
This commit is contained in:
parent
9fbf9973be
commit
5207a8d8b4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue