summaryrefslogtreecommitdiff
path: root/src/code/z_sample.c
diff options
context:
space:
mode:
authorfig02 <fig02srl@gmail.com>2020-03-31 04:24:29 -0400
committerGitHub <noreply@github.com>2020-03-31 04:24:29 -0400
commitd75595de3c1cc50b336704e22b0071be744d31e6 (patch)
tree2ef05a2270c50316d5e718c7ef429e1c92554cf2 /src/code/z_sample.c
parent9884655260688617339d1591271ff087fa5df5d8 (diff)
parente99b2af35a97d3427a288656089695d2fee7fbb2 (diff)
Merge pull request #42 from Roman971/z_rcp
Decompile z_rcp.c (1 non matching left)
Diffstat (limited to 'src/code/z_sample.c')
-rw-r--r--src/code/z_sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_sample.c b/src/code/z_sample.c
index 9b9fa9559..3a7ca5885 100644
--- a/src/code/z_sample.c
+++ b/src/code/z_sample.c
@@ -32,7 +32,7 @@ void Sample_Draw(SampleContext* this) {
func_80103D58(mtx, SREG(37), SREG(38), SREG(39), 1.0f, SREG(40), SREG(41), SREG(42));
gSPMatrix(gfxCtx->polyOpa.p++, mtx, G_MTX_LOAD);
- gfxCtx->polyOpa.p = func_80093708(gfxCtx->polyOpa.p, 0xFF, 0xFF, 0xFF, 0, 0, 0);
+ gfxCtx->polyOpa.p = Gfx_SetFog2(gfxCtx->polyOpa.p, 0xFF, 0xFF, 0xFF, 0, 0, 0);
func_80093D18(gfxCtx);
gDPSetCycleType(gfxCtx->polyOpa.p++, G_CYC_1CYCLE);