mirror of https://github.com/zeldaret/mm.git
Fix isSlashingLog reference
This commit is contained in:
parent
bd66ee07ce
commit
c49409ee5d
|
|
@ -544,7 +544,7 @@ void func_80B37CA0(EnMaruta* this, PlayState* play) {
|
|||
if ((this->actor.parent != NULL) && (this->actor.parent->id == ACTOR_EN_KENDO_JS)) {
|
||||
EnKendoJs* kendoJs = (EnKendoJs*)this->actor.parent;
|
||||
|
||||
kendoJs->unk_28E = 1;
|
||||
kendoJs->isSlashingLog = 1;
|
||||
kendoJs->numLogs--;
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue