From d787afaee05a8facca99ca4e30323b66e72157ea Mon Sep 17 00:00:00 2001 From: kipcode66 Date: Mon, 26 Jan 2026 17:20:19 -0500 Subject: Std7 (#3068) * fix standard compiler error for d_a_tag_TWgate * fix standard compiler errors for J3DJoint * fix regression in ShieldD --- src/d/actor/d_a_tag_TWgate.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/d/actor/d_a_tag_TWgate.cpp b/src/d/actor/d_a_tag_TWgate.cpp index 85084747c9..75d949d4d9 100644 --- a/src/d/actor/d_a_tag_TWgate.cpp +++ b/src/d/actor/d_a_tag_TWgate.cpp @@ -356,9 +356,16 @@ void daTagTWGate_c::executeDemoFilone3() { } } +#ifndef __MWERKS__ + int modelSts; +#endif switch (*cutName) { case 0x30303031: +#ifndef __MWERKS__ + modelSts = downloadModels(); +#else int modelSts = downloadModels(); +#endif if (modelSts == 1) { eventManager.cutEnd(staffId); } else if (modelSts == -1) { -- cgit v1.2.3