From 307f626c57d7ea6424edfe05fc1f273aafc635d2 Mon Sep 17 00:00:00 2001 From: Lurs <2795933+Lurs@users.noreply.github.com> Date: Mon, 18 May 2026 17:30:03 +0200 Subject: [PATCH] fix crash when transforming into wolf --- src/d/actor/d_a_alink_swindow.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/d/actor/d_a_alink_swindow.inc b/src/d/actor/d_a_alink_swindow.inc index 33f1fee37b..8017ae8a0b 100644 --- a/src/d/actor/d_a_alink_swindow.inc +++ b/src/d/actor/d_a_alink_swindow.inc @@ -85,6 +85,17 @@ int daAlink_c::loadModelDVD() { } cPhs_Reset(&mPhaseReq); mpArcHeap->freeAll(); +#if TARGET_PC + field_0x06d0 = NULL; + field_0x06d4 = NULL; + field_0x06d8 = NULL; + field_0x06dc = NULL; + field_0x06e0 = NULL; + field_0x06e4 = NULL; + field_0x06e8 = NULL; + field_0x06ec = NULL; + field_0x06f0 = NULL; +#endif if (mProcID == PROC_METAMORPHOSE || mProcID == PROC_METAMORPHOSE_ONLY) { setArcName(!checkWolf());