match d_a_npc_tk for debug (#3046)

* match d_a_npc_tk for debug

* fix macro usage

* fix whitespace
This commit is contained in:
roeming
2026-01-17 08:45:52 -05:00
committed by GitHub
parent ccdb3fbd2a
commit 7c71acb6b6
5 changed files with 397 additions and 347 deletions
+1 -2
View File
@@ -58,8 +58,7 @@ public:
mDoMtx_stack_c::multVecZero(&newPos);
current.pos = newPos;
old.pos = current.pos;
speed.y = 0.0f;
speedF = 0.0f;
speedF = speed.y = 0.0f;
mpMorf->getModel()->setBaseTRMtx(mtx);
}