From 735fa78ec0bb103bd1fb4570ed9f8e78cd34013d Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Wed, 15 Feb 2023 19:14:03 -0500 Subject: [PATCH] Eder BS door clickable sanity fix. This turns off the door clickable while the door is animating. This should prevent the game state from changing due to unexpected user input during transitions. - [plResponderModifier] cRespBSDoorOps Disabled the door clickable when the door begins to open and re-enable it when the door fully closes. This is done in the responder itself instead of the code so that the clickable and visual states match exactly. Previously, the EderTsogal door sent an enable/disable to the clickable LogicModifier while the EderDelin door did nothing to try to prevent spurious clicks. The enable/disable of the logic modifier was maintained by routing the EnableMsg to the SceneObject with an instruction to enable/disable the physical and route the message to all modifiers. --- compiled/dat/EderDelin_District_garden.prp | 4 ++-- compiled/dat/EderTsogal_District_tsoGarden.prp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiled/dat/EderDelin_District_garden.prp b/compiled/dat/EderDelin_District_garden.prp index ad4e561f..0547e9c2 100644 --- a/compiled/dat/EderDelin_District_garden.prp +++ b/compiled/dat/EderDelin_District_garden.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df2a7a120ea96f802e435dccc1be310c6f1a109ec5c1eb1cf459b3d4e94e2cfd -size 4778494 +oid sha256:6b91ab0c8438ec19fdf0ecef75a040a46bc520011f6a77de6fa514b3998f5234 +size 4778729 diff --git a/compiled/dat/EderTsogal_District_tsoGarden.prp b/compiled/dat/EderTsogal_District_tsoGarden.prp index 76be955a..8f1f3a9c 100644 --- a/compiled/dat/EderTsogal_District_tsoGarden.prp +++ b/compiled/dat/EderTsogal_District_tsoGarden.prp @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4566c2bb123afd69df7731ca75a400f7d88d67b55e902a7f0587a98f4bf77d11 -size 3752867 +oid sha256:369ed2fabd46e01b4d00d16376cc1accd6af06deb9e28170754680227f340dce +size 3752863