mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 05:22:39 -04:00
Remove dCcS::SetMass-related fakematches
No longer necessary with the PCH for some reason.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user