mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-15 01:56:51 +00:00
Minimum tics is back to tics
This commit is contained in:
parent
03149d7810
commit
b2bf38718e
1 changed files with 1 additions and 1 deletions
|
|
@ -2358,7 +2358,7 @@ void K_SetHitLagForObjects(mobj_t *mo1, mobj_t *mo2, INT32 tics)
|
|||
|
||||
if (mo1valid == true && mo2valid == true)
|
||||
{
|
||||
const INT32 mintics = 1;
|
||||
const INT32 mintics = tics;
|
||||
const fixed_t ticaddfactor = mapobjectscale * 8;
|
||||
|
||||
const fixed_t mo1speed = FixedHypot(FixedHypot(mo1->momx, mo1->momy), mo1->momz);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue