make enum style consistent
This commit is contained in:
+6
-6
@@ -7,12 +7,12 @@
|
||||
|
||||
|
||||
enum MenuItemFlag {
|
||||
InvisibleOnDC = 0x01,
|
||||
InvisibleOnPC = 0x02,
|
||||
InvisibleOnGC = 0x04,
|
||||
InvisibleOnGCEpisode3 = 0x08,
|
||||
InvisibleOnBB = 0x10,
|
||||
RequiresMessageBoxes = 0x20,
|
||||
INVISIBLE_ON_DC = 0x01,
|
||||
INVISIBLE_ON_PC = 0x02,
|
||||
INVISIBLE_ON_GC = 0x04,
|
||||
INVISIBLE_ON_GC_EPISODE_3 = 0x08,
|
||||
INVISIBLE_ON_BB = 0x10,
|
||||
REQUIRES_MESSAGE_BOXES = 0x20,
|
||||
};
|
||||
|
||||
struct MenuItem {
|
||||
|
||||
Reference in New Issue
Block a user