mirror of
https://github.com/HarbourMasters/Starship
synced 2026-07-08 14:46:09 -04: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