1
0
Fork 0
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:
feacur 2024-11-14 00:15:08 +01:00
commit 2ab3f6b66e

View file

@ -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))