mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-30 18:55:54 +00:00
remove unnecessary comment
https://github.com/zeldaret/oot/pull/2295#discussion_r1841170202
This commit is contained in:
parent
fff6cf4b49
commit
2ab3f6b66e
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ typedef enum EnGoType {
|
|||
} EnGoType;
|
||||
|
||||
#define ENGO_GET_PATH_INDEX(this) PARAMS_GET_U((this)->actor.params, 0, 4)
|
||||
#define ENGO_PATH_INDEX_NONE 0xF // likely the count of available paths
|
||||
#define ENGO_PATH_INDEX_NONE 0xF
|
||||
|
||||
#define ENGO_CAGED_SWITCH_FLAG(this) PARAMS_GET_NOMASK((this)->actor.params, 8)
|
||||
#define ENGO_IS_CAGE_OPEN(this, play) Flags_GetSwitch(play, ENGO_CAGED_SWITCH_FLAG(this))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue