summaryrefslogtreecommitdiff
path: root/src/code/z_draw.c
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2020-07-30 15:50:18 -0400
committerGitHub <noreply@github.com>2020-07-30 21:50:18 +0200
commit449b2247fdbe3cd3c424637ec7d6973caa697f0f (patch)
tree79950f8f3806cfe9589eb03832be6ab612cf8510 /src/code/z_draw.c
parentc3421dda0c841d3d905ac23601dc84e2cb71034d (diff)
Math Sizes (#297)
* Math Sizes Added sizes to most variable types * Removed sizes and fixed pads Removed sizes from base types and cleaned up pads * PR fixes
Diffstat (limited to 'src/code/z_draw.c')
-rw-r--r--src/code/z_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_draw.c b/src/code/z_draw.c
index 4806dfa98..12a04eeb3 100644
--- a/src/code/z_draw.c
+++ b/src/code/z_draw.c
@@ -671,7 +671,7 @@ void func_8006B6E4(GlobalContext* globalCtx, s16 drawId) {
}
void func_8006B870(GlobalContext* globalCtx, s16 drawId) {
- u32 pad;
+ s32 pad;
GraphicsContext* gfxCtx = globalCtx->state.gfxCtx;
Gfx* dispRefs[4];