Remove dCcS::SetMass-related fakematches

No longer necessary with the PCH for some reason.
This commit is contained in:
LagoLunatic
2025-11-24 18:51:42 -05:00
parent c076a8000f
commit 3393a348e1
13 changed files with 26 additions and 38 deletions
+2 -2
View File
@@ -298,7 +298,7 @@ void daArrow_c::arrowShooting() {
mAtCps.CalcAtVec();
dComIfG_Ccsp()->Set(&mAtCps);
dComIfG_Ccsp_SetMass(&mAtCps, 1);
dComIfG_Ccsp()->SetMass(&mAtCps, 1);
clrAtHitNormal();
setAtHitPosBuff(&end);
@@ -872,7 +872,7 @@ BOOL daArrow_c::procMove() {
mAtCps.CalcAtVec();
dComIfG_Ccsp()->Set(&mAtCps);
dComIfG_Ccsp_SetMass(&mAtCps, 1);
dComIfG_Ccsp()->SetMass(&mAtCps, 1);
}
return TRUE;