mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-10 01:44:36 +00:00
Add "do {} while (0);" to CLOSE_DISPS (#2025)
This commit is contained in:
parent
d495436190
commit
9eec8af498
58 changed files with 37 additions and 159 deletions
|
@ -246,8 +246,6 @@ void Graph_TaskSet00(GraphicsContext* gfxCtx) {
|
|||
|
||||
task->yield_data_ptr = gGfxSPTaskYieldBuffer;
|
||||
|
||||
if (1) {}
|
||||
|
||||
task->yield_data_size = sizeof(gGfxSPTaskYieldBuffer);
|
||||
|
||||
scTask->next = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue