diff options
| author | Roman971 <32455037+Roman971@users.noreply.github.com> | 2021-02-24 20:28:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-24 14:28:04 -0500 |
| commit | d30ef91417f96d56be6521d0bfb93eb93d66cf97 (patch) | |
| tree | 2e6c49f08737beeffb7c0b2a8f4d4eaebd77254f /src/code/z_actor.c | |
| parent | 3eec91504c0f59117fd5705e2d135d483279641a (diff) | |
Rename Matrix_Pull to Matrix_Pop (#703)
Diffstat (limited to 'src/code/z_actor.c')
| -rw-r--r-- | src/code/z_actor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_actor.c b/src/code/z_actor.c index d46cc5ceb..807f90356 100644 --- a/src/code/z_actor.c +++ b/src/code/z_actor.c @@ -387,7 +387,7 @@ void func_8002C124(TargetContext* targetCtx, GlobalContext* globalCtx) { gSPMatrix(OVERLAY_DISP++, Matrix_NewMtx(globalCtx->state.gfxCtx, "../z_actor.c", 2116), G_MTX_MODELVIEW | G_MTX_LOAD); gSPDisplayList(OVERLAY_DISP++, gZTargetLockOnTriangleDL); - Matrix_Pull(); + Matrix_Pop(); } } @@ -1921,7 +1921,7 @@ void func_8002FBAC(GlobalContext* globalCtx) { G_MTX_MODELVIEW | G_MTX_LOAD); gSPDisplayList(POLY_XLU_DISP++, &gEffFlash1DL); - Matrix_Pull(); + Matrix_Pop(); phi_f6 = ~((globalCtx->gameplayFrames * 1200) & 0xFFFF); Matrix_RotateZ((phi_f6 * M_PI) / 32768.0f, MTXMODE_APPLY); |
