mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-12 09:50:50 +00:00
Introduce ACTORCAT_MAX
This commit is contained in:
parent
0706d2b3b0
commit
419473b77e
3 changed files with 4 additions and 3 deletions
|
@ -334,7 +334,8 @@ typedef enum {
|
|||
/* 0x08 */ ACTORCAT_MISC,
|
||||
/* 0x09 */ ACTORCAT_BOSS,
|
||||
/* 0x0A */ ACTORCAT_DOOR,
|
||||
/* 0x0B */ ACTORCAT_CHEST
|
||||
/* 0x0B */ ACTORCAT_CHEST,
|
||||
/* 0x0C */ ACTORCAT_MAX
|
||||
} ActorCategory;
|
||||
|
||||
#define DEFINE_ACTOR(_0, enum, _2) enum,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue