diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2021-12-01 00:40:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 18:40:42 -0500 |
| commit | 669732abbe78ad6dad6b5f7273f595befd630cba (patch) | |
| tree | f3d8ea1506fbfceadbae8512eb7939b6a55847f5 /src/code/code_800FCE80.c | |
| parent | 04a9d51e90bd87acf7205462b7206dd91ddb139c (diff) | |
Misc Cleanup 2 (#1007)
* Cleanup `UNK_TYPE`, `UNK_PTR` usage
* Add some missing empty lines after declarations
* Remove some legacy comments from non-matching times
* Fix some grammar (mostly "it's"/"its")
* Use proper names for two symbols after ZAPD bugfix
* Cleanup `place_title_cards.xml`
* Use `NULL` to check against `D_8012D260` pointer
* Parentheses around some macro arguments
* wip proofread headers up to z64animation.h
Diffstat (limited to 'src/code/code_800FCE80.c')
| -rw-r--r-- | src/code/code_800FCE80.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/code_800FCE80.c b/src/code/code_800FCE80.c index d81d4f91b..500e2c01d 100644 --- a/src/code/code_800FCE80.c +++ b/src/code/code_800FCE80.c @@ -6,6 +6,7 @@ s32 gUseAtanContFrac; f32 Math_FTanF(f32 x) { f32 sin = sinf(x); f32 cos = cosf(x); + return sin / cos; } |
