mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-20 05:51:18 +00:00
change flag name (#2194)
This commit is contained in:
parent
cb7fe4943a
commit
e6e067428e
79 changed files with 111 additions and 111 deletions
|
@ -3,7 +3,7 @@
|
|||
#include "assets/objects/gameplay_keep/gameplay_keep.h"
|
||||
#include "assets/objects/object_oF1d_map/object_oF1d_map.h"
|
||||
|
||||
#define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_NEUTRAL | ACTOR_FLAG_4 | ACTOR_FLAG_5)
|
||||
#define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_FRIENDLY | ACTOR_FLAG_4 | ACTOR_FLAG_5)
|
||||
|
||||
void EnGo_Init(Actor* thisx, PlayState* play);
|
||||
void EnGo_Destroy(Actor* thisx, PlayState* play);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue