mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
ACTOR_FLAG_11
-> ACTOR_FLAG_ENKUSA_CUT
(#1065)
This commit is contained in:
parent
965677f014
commit
0b8edc21c0
3 changed files with 8 additions and 8 deletions
|
@ -110,7 +110,7 @@ typedef struct {
|
|||
#define ACTOR_FLAG_8 (1 << 8)
|
||||
#define ACTOR_FLAG_9 (1 << 9)
|
||||
#define ACTOR_FLAG_10 (1 << 10)
|
||||
#define ACTOR_FLAG_11 (1 << 11)
|
||||
#define ACTOR_FLAG_ENKUSA_CUT (1 << 11)
|
||||
#define ACTOR_FLAG_12 (1 << 12)
|
||||
#define ACTOR_FLAG_13 (1 << 13)
|
||||
#define ACTOR_FLAG_14 (1 << 14)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue