mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
Fixed EVSTATE_ME
This commit is contained in:
parent
28bc4b338f
commit
c01884f0c4
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user