mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-24 16:01:26 +00:00
proposal for link age macros (#1119)
* proposal for link age macros * apply @Dragorn421 suggestions * also annotate the slinkage variable
This commit is contained in:
parent
621b91e2b6
commit
82cedcc3ef
12 changed files with 64 additions and 60 deletions
|
@ -465,7 +465,6 @@ void ObjBean_Grown(ObjBean* this) {
|
|||
|
||||
void ObjBean_Init(Actor* thisx, GlobalContext* globalCtx) {
|
||||
s32 path;
|
||||
s32 linkAge;
|
||||
ObjBean* this = (ObjBean*)thisx;
|
||||
|
||||
Actor_ProcessInitChain(&this->dyna.actor, sInitChain);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue