diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2024-02-03 05:15:38 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-02 13:15:38 -0500 |
| commit | f23a05eecddccb8061d425c3ea21bbb575c22395 (patch) | |
| tree | 39b547a3f20c57230c848f078d5ca05eec4c3bde /src/code/z_draw.c | |
| parent | 387149fda0c4b2df817288c1c41b3a58d6b8dbc4 (diff) | |
Misc Small Retail Files Part 2 OK (#1696)
* z_draw.c OK
* more files
Diffstat (limited to 'src/code/z_draw.c')
| -rw-r--r-- | src/code/z_draw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/code/z_draw.c b/src/code/z_draw.c index 671b8d0e2..f890804eb 100644 --- a/src/code/z_draw.c +++ b/src/code/z_draw.c @@ -768,6 +768,8 @@ void GetItem_DrawSmallRupee(PlayState* play, s16 drawId) { Matrix_Scale(0.7f, 0.7f, 0.7f, MTXMODE_APPLY); + if (1) {} + Gfx_SetupDL_25Opa(play->state.gfxCtx); gSPMatrix(POLY_OPA_DISP++, MATRIX_NEW(play->state.gfxCtx, "../z_draw.c", 1140), G_MTX_MODELVIEW | G_MTX_LOAD); gSPDisplayList(POLY_OPA_DISP++, sDrawItemTable[drawId].dlists[1]); |
