mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-26 03:00:55 +00:00
From what I can tell, correcting this one value in finetangent[] shouldn't cause any harm at all, so...
This commit is contained in:
parent
1e131d2786
commit
7e94ee8422
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ fixed_t finetangent[4096] =
|
||||||
63166, 63263, 63360, 63458, 63555, 63653, 63750, 63848,
|
63166, 63263, 63360, 63458, 63555, 63653, 63750, 63848,
|
||||||
63946, 64045, 64143, 64241, 64340, 64439, 64538, 64637,
|
63946, 64045, 64143, 64241, 64340, 64439, 64538, 64637,
|
||||||
64736, 64836, 64935, 65035, 65135, 65235, 65335, 65435,
|
64736, 64836, 64935, 65035, 65135, 65235, 65335, 65435,
|
||||||
65535, 65636, 65737, 65838, 65939, 66040, 66141, 66243,
|
65536, 65636, 65737, 65838, 65939, 66040, 66141, 66243,
|
||||||
66345, 66447, 66549, 66651, 66753, 66856, 66958, 67061,
|
66345, 66447, 66549, 66651, 66753, 66856, 66958, 67061,
|
||||||
67164, 67267, 67371, 67474, 67578, 67681, 67785, 67889,
|
67164, 67267, 67371, 67474, 67578, 67681, 67785, 67889,
|
||||||
67994, 68098, 68203, 68308, 68413, 68518, 68623, 68728,
|
67994, 68098, 68203, 68308, 68413, 68518, 68623, 68728,
|
||||||
|
|
Loading…
Reference in a new issue