summaryrefslogtreecommitdiff
path: root/src/code/z_skin_matrix.c
diff options
context:
space:
mode:
authorengineer124 <47598039+engineer124@users.noreply.github.com>2024-03-23 22:04:07 +1100
committerGitHub <noreply@github.com>2024-03-23 08:04:07 -0300
commit5bef89a6ff33c3e84ad58d201bd1996a0d9f7db4 (patch)
tree39cc7a06f0ea32f31ab88096e7da179ceeef7571 /src/code/z_skin_matrix.c
parenta7fa8cc241d7f6e08d3744644cf8e93599f190a0 (diff)
Misc Cleanup 2 (#1521)
* begin cleanup * more cleanup * more cleanup * more cleanup * more cleanup * more cleanup * fake matches * more cleanup * more cleanup * small thing * PR Review * PR Review
Diffstat (limited to 'src/code/z_skin_matrix.c')
-rw-r--r--src/code/z_skin_matrix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_skin_matrix.c b/src/code/z_skin_matrix.c
index 8f9635508..211bc1631 100644
--- a/src/code/z_skin_matrix.c
+++ b/src/code/z_skin_matrix.c
@@ -602,7 +602,7 @@ void SkinMatrix_SetRotateAroundVec(MtxF* mf, s16 a, f32 x, f32 y, f32 z) {
f32 xy;
f32 yz;
f32 xz;
- f32 pad;
+ s32 pad;
sinA = Math_SinS(a);
cosA = Math_CosS(a);