mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-04-23 08:14:31 +00:00
Fix heavy block in front of light trial having unending quake (#6367)
This commit is contained in:
parent
97eaa8b3e0
commit
d7b4e5a24d
|
|
@ -46,6 +46,9 @@ void RegisterFasterHeavyBlockLift() {
|
|||
}
|
||||
});
|
||||
|
||||
COND_ID_HOOK(OnActorKill, ACTOR_BG_HEAVY_BLOCK, CVAR_BLOCKLIFT_VALUE || CVAR_SKIP_CUTSCENE_VALUE,
|
||||
[](void* actor) { Quake_Init(); });
|
||||
|
||||
COND_VB_SHOULD(VB_MOVE_THROWN_ACTOR, CVAR_BLOCKLIFT_VALUE, {
|
||||
Actor* heldActor = va_arg(args, Actor*);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue