diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2024-10-12 15:11:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-12 15:11:17 -0700 |
| commit | 8514737d46227a90aa29312ec24a679d0a5cf59d (patch) | |
| tree | 26a0093102ce659780fd2341c47dc0144efba1d2 /src/d/d_cc_d.cpp | |
| parent | 12eb254d769d84743b5cc6cd5424057c57eaf0ad (diff) | |
d_a_alink work / bump dtk version (#2205)
Diffstat (limited to 'src/d/d_cc_d.cpp')
| -rw-r--r-- | src/d/d_cc_d.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_cc_d.cpp b/src/d/d_cc_d.cpp index f37704a578..102f672064 100644 --- a/src/d/d_cc_d.cpp +++ b/src/d/d_cc_d.cpp @@ -26,7 +26,7 @@ void dCcD_GAtTgCoCommonBase::ct() { } /* 80083678-80083688 07DFB8 0010+00 0/0 2/2 0/0 .text SetHitApid__22dCcD_GAtTgCoCommonBaseFUi */ -void dCcD_GAtTgCoCommonBase::SetHitApid(unsigned int hitApid) { +void dCcD_GAtTgCoCommonBase::SetHitApid(fpc_ProcID hitApid) { mApid = hitApid; mAc = NULL; } @@ -461,4 +461,4 @@ void dCcD_Sph::MoveCAt(cXyz& pos) { cCcD_ShapeAttr* dCcD_Sph::GetShapeAttr() { return this; -}
\ No newline at end of file +} |
