Good type-to-text routine in MCP

This commit is contained in:
2026-03-15 02:53:25 -04:00
parent 57f72d4a0e
commit 6b21fb9674
14 changed files with 171 additions and 131 deletions

View File

@@ -266,7 +266,7 @@ bool UlxTangible::AnimationStepIsFinished(AActor *target, const FlxAnimationStep
UlxScriptedAnimations *UlxTangible::GetScriptedAnimations(AActor *Target)
{
UlxTangible *tan = GetActorTangibleOrLog(Target);
UlxTangible *tan = GetActorTangibleQuiet(Target);
if (tan == nullptr) return nullptr;
if (tan->ScriptedAnimations == nullptr)
{