mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Always reset tiregrease
This commit is contained in:
parent
82377fb001
commit
c58d789a07
1 changed files with 2 additions and 2 deletions
|
|
@ -436,9 +436,9 @@ boolean P_DoSpring(mobj_t *spring, mobj_t *object)
|
|||
P_InitAngle(grease, K_MomentumAngle(object));
|
||||
grease->extravalue1 = i;
|
||||
}
|
||||
|
||||
object->player->tiregrease = greasetics; //FixedMul(greasetics << FRACBITS, finalSpeed/72) >> FRACBITS
|
||||
}
|
||||
|
||||
object->player->tiregrease = greasetics; //FixedMul(greasetics << FRACBITS, finalSpeed/72) >> FRACBITS
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue