mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
Fixed EVSTATE_ME
This commit is contained in:
committed by
Sonic Dreamcaster
parent
28bc4b338f
commit
c01884f0c4
@@ -3320,7 +3320,7 @@ void ActorEvent_Update(ActorEvent* this) {
|
||||
}
|
||||
|
||||
if (var_s0 == 3) {
|
||||
this->info.hitbox = SEGMENTED_TO_VIRTUAL(D_ME_602F638);
|
||||
this->info.hitbox = LOAD_ASSET(D_ME_602F638);
|
||||
ActorEvent_ProcessScript(this);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user