Fixed EVSTATE_ME

This commit is contained in:
KiritoDv 2024-05-21 20:56:52 -06:00 committed by Sonic Dreamcaster
parent 28bc4b338f
commit c01884f0c4

View File

@ -3320,7 +3320,7 @@ void ActorEvent_Update(ActorEvent* this) {
} }
if (var_s0 == 3) { if (var_s0 == 3) {
this->info.hitbox = SEGMENTED_TO_VIRTUAL(D_ME_602F638); this->info.hitbox = LOAD_ASSET(D_ME_602F638);
ActorEvent_ProcessScript(this); ActorEvent_ProcessScript(this);
} }
break; break;