summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_mant.cpp
diff options
context:
space:
mode:
authorSuperDude88 <82904174+SuperDude88@users.noreply.github.com>2026-06-19 21:27:34 -0400
committerGitHub <noreply@github.com>2026-06-19 18:27:34 -0700
commitecafc81d53cadf3c29ac01b03170cbe9bc37c686 (patch)
tree31c6abd4c85c1ddce38f193d8028951c23297315 /src/d/actor/d_a_mant.cpp
parent8d43c80c42f1a4c3835a2124ebeaf044c90e3839 (diff)
Use J3DSysDrawBuf Enum (#3166)
- Update all the 0/1 values to use the enum Hopefully this builds properly I didn't set up everything locally
Diffstat (limited to 'src/d/actor/d_a_mant.cpp')
-rw-r--r--src/d/actor/d_a_mant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_mant.cpp b/src/d/actor/d_a_mant.cpp
index 13a7bf148b..4488322b11 100644
--- a/src/d/actor/d_a_mant.cpp
+++ b/src/d/actor/d_a_mant.cpp
@@ -343,7 +343,7 @@ static int daMant_Draw(mant_class* i_this) {
i_this->field_0x0570.setTevStr(&i_this->tevStr);
- j3dSys.getDrawBuffer(0)->entryImm(&i_this->field_0x0570, 0);
+ j3dSys.getDrawBuffer(J3DSysDrawBuf_Opa)->entryImm(&i_this->field_0x0570, 0);
return 1;
}