Rename currently unused brickgrid flags

This commit is contained in:
Jarrod Doyle 2023-09-08 14:24:30 +01:00
parent 7731acfad2
commit e3a00341bc
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ struct BrickmapUnpackElement {
}
enum BrickgridFlag {
Empty = 0,
Unloaded = 1,
Loading = 2,
_Empty = 0,
_Unloaded = 1,
_Loading = 2,
Loaded = 4,
}