diff options
Diffstat (limited to 'src/d/actor/d_a_mant.cpp')
| -rw-r--r-- | src/d/actor/d_a_mant.cpp | 2 |
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; } |
