mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Leftover from old comment
This commit is contained in:
parent
efb636aebe
commit
e0f931072c
1 changed files with 1 additions and 1 deletions
|
|
@ -523,7 +523,7 @@ fixed_t K_BotFrictionRubberband(player_t *player, fixed_t frict)
|
||||||
fixed_t K_DistanceOfLineFromPoint(fixed_t v1x, fixed_t v1y, fixed_t v2x, fixed_t v2y, fixed_t cx, fixed_t cy)
|
fixed_t K_DistanceOfLineFromPoint(fixed_t v1x, fixed_t v1y, fixed_t v2x, fixed_t v2y, fixed_t cx, fixed_t cy)
|
||||||
{
|
{
|
||||||
#if 1
|
#if 1
|
||||||
// This function ended up with overflow issues (and too much)
|
// This function ended up with overflow issues
|
||||||
// I'm kinda tired of looking at this so I'mma just gonna wildly cheat
|
// I'm kinda tired of looking at this so I'mma just gonna wildly cheat
|
||||||
|
|
||||||
vertex_t v1, v2; // fake vertexes
|
vertex_t v1, v2; // fake vertexes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue