mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-22 14:55:39 +00:00
Format and small fix enums in z_boss_mo.h
This commit is contained in:
parent
aec0103938
commit
fffd300be3
1 changed files with 29 additions and 29 deletions
|
@ -47,7 +47,7 @@ typedef enum {
|
|||
|
||||
typedef enum {
|
||||
/* 0 */ MO_CORE_INTRO_WATER_ALPHA,
|
||||
/* 7 */ MO_CORE_FLOAT_MAX
|
||||
/* 1 */ MO_CORE_FLOAT_MAX
|
||||
} BossMoCoreF32Var;
|
||||
|
||||
#define MO_SHORT_MAX MAX((s32)MO_TENT_SHORT_MAX, (s32)MO_CORE_SHORT_MAX)
|
||||
|
|
Loading…
Add table
Reference in a new issue