diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-11-09 02:09:36 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-09 05:09:36 -0500 |
| commit | 083991a8d08827a1185c8ad12a158bb7b021bee9 (patch) | |
| tree | 2b419c3b3e5749a41510218d6e52c0af3c932564 /src/SSystem | |
| parent | 80f30409f1df6785bf80aeffe2d627ec02aec93a (diff) | |
all d_a_alink functions attempted (#2239)
* more work on alink
* alink wip
* little more work
* setEyeMove
* 14 left
* auto ground hit
* all d_a_alink functions attempted
Diffstat (limited to 'src/SSystem')
| -rw-r--r-- | src/SSystem/SComponent/c_m3d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SSystem/SComponent/c_m3d.cpp b/src/SSystem/SComponent/c_m3d.cpp index 43c90e866e..1e048cc834 100644 --- a/src/SSystem/SComponent/c_m3d.cpp +++ b/src/SSystem/SComponent/c_m3d.cpp @@ -2150,7 +2150,7 @@ static int cM3d_2PlaneCrossLine(const cM3dGPla& pPlaneA, const cM3dGPla& pPlaneB /* 8026E8A0-8026E980 2691E0 00E0+00 0/0 1/1 0/0 .text * cM3d_3PlaneCrossPos__FRC8cM3dGPlaRC8cM3dGPlaRC8cM3dGPlaP3Vec */ -bool cM3d_3PlaneCrossPos(const cM3dGPla& pPlaneA, const cM3dGPla& pPlaneB, const cM3dGPla& pPlaneC, +BOOL cM3d_3PlaneCrossPos(const cM3dGPla& pPlaneA, const cM3dGPla& pPlaneB, const cM3dGPla& pPlaneC, Vec* pVecOut) { cM3dGLin lin; if (!cM3d_2PlaneCrossLine(pPlaneA, pPlaneB, &lin)) { |
