mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +00:00
change flag name (#2194)
This commit is contained in:
parent
cb7fe4943a
commit
e6e067428e
79 changed files with 111 additions and 111 deletions
|
@ -8,7 +8,7 @@
|
|||
#include "assets/objects/object_geldb/object_geldb.h"
|
||||
#include "versions.h"
|
||||
|
||||
#define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_NEUTRAL | ACTOR_FLAG_4)
|
||||
#define FLAGS (ACTOR_FLAG_ATTENTION_ENABLED | ACTOR_FLAG_FRIENDLY | ACTOR_FLAG_4)
|
||||
|
||||
void EnGe3_Init(Actor* thisx, PlayState* play2);
|
||||
void EnGe3_Destroy(Actor* thisx, PlayState* play);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue