mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 07:21:19 +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
|
@ -2753,7 +2753,6 @@ void BossMo_DrawTent(Actor* thisx, PlayState* play) {
|
|||
if (this->drawActor) {
|
||||
BossMo_DrawTentacle(this, play);
|
||||
}
|
||||
if (1) {}
|
||||
CLOSE_DISPS(play->state.gfxCtx, "../z_boss_mo.c", 7023);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue