Fix isSlashingLog reference

This commit is contained in:
JordanLongstaff 2025-12-02 10:41:04 -05:00
parent bd66ee07ce
commit c49409ee5d
1 changed files with 1 additions and 1 deletions

View File

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