diff options
Diffstat (limited to 'src/code/code_800ACE70.c')
| -rw-r--r-- | src/code/code_800ACE70.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/code/code_800ACE70.c b/src/code/code_800ACE70.c index 88e86014a..e22162777 100644 --- a/src/code/code_800ACE70.c +++ b/src/code/code_800ACE70.c @@ -65,9 +65,7 @@ void func_800ACE90(struct_801664F0* this) { // Draw void func_800ACE98(struct_801664F0* this, Gfx** gfxp) { - Gfx* gfx; - - gfx = *gfxp; + Gfx* gfx = *gfxp; gDPPipeSync(gfx++); gDPSetPrimDepth(gfx++, -1, -1); |
