Torch: arrow lit type enum (#1792)

This commit is contained in:
Isghj 2025-01-24 23:57:03 -08:00 committed by GitHub
parent 2b069011be
commit 44d593f5f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ void ObjSyokudai_Update(Actor* thisx, PlayState* play2) {
if ((flameColliderACActor->update != NULL) && (flameColliderACActor->id == ACTOR_EN_ARROW)) {
flameColliderACActor->params = 0;
flameColliderACActor->params = ARROW_TYPE_NORMAL_LIT;
((EnArrow*)flameColliderACActor)->collider.elem.atDmgInfo.dmgFlags = 0x800;
}
}