diff options
Diffstat (limited to 'src/code/code_800FC620.c')
| -rw-r--r-- | src/code/code_800FC620.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/code/code_800FC620.c b/src/code/code_800FC620.c index a3b1475ab..d268af5ac 100644 --- a/src/code/code_800FC620.c +++ b/src/code/code_800FC620.c @@ -157,10 +157,9 @@ void func_800FCA18(void* blk, u32 nBlk, u32 blkSize, arg3_800FCA18 arg3, s32 arg if (masked_arg2) {} while (pos > end) { - do { - pos -= masked_arg2; - arg3((void*)pos, 2); - } while (0); + pos -= masked_arg2; + arg3((void*)pos, 2); + if (1) {} } if (!masked_arg2) {} |
