mirror of https://github.com/zeldaret/tmc.git
Fix object enum rename
This commit is contained in:
parent
9c47da96e6
commit
bd4da6b692
|
|
@ -175,7 +175,7 @@ void sub_0802D218(GleerokEntity* this) {
|
|||
super->subtimer = 0;
|
||||
this->unk_7c.HALF_U.LO = 0xb4;
|
||||
((Entity*)(this->unk_84))->parent->timer = 12;
|
||||
CreateObjectWithParent(super, OBJECT_67, 0x2, this->unk_7c.HALF_U.LO);
|
||||
CreateObjectWithParent(super, GLEEROK_PARTICLE, 0x2, this->unk_7c.HALF_U.LO);
|
||||
}
|
||||
|
||||
void sub_0802D258(GleerokEntity* this) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue