diff options
Diffstat (limited to 'src/d/map/d_map_path.cpp')
| -rw-r--r-- | src/d/map/d_map_path.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/d/map/d_map_path.cpp b/src/d/map/d_map_path.cpp index 0f847db221..5254cee5bb 100644 --- a/src/d/map/d_map_path.cpp +++ b/src/d/map/d_map_path.cpp @@ -91,7 +91,7 @@ void dDrawPath_c::rendering(dDrawPath_c::line_class const* p_line) { GXPosition1x16(*tmp); tmp++; } - i_GXEnd(); + GXEnd(); } } } @@ -110,7 +110,7 @@ void dDrawPath_c::rendering(dDrawPath_c::poly_class const* p_poly) { GXPosition1x16(*tmp); tmp++; } - i_GXEnd(); + GXEnd(); } } } @@ -262,7 +262,7 @@ void dRenderingFDAmap_c::drawBack() const { GXPosition3f32(field_0x8, -field_0xc, 0); GXPosition3f32(field_0x8, field_0xc, 0); GXPosition3f32(-field_0x8, field_0xc, 0); - i_GXEnd(); + GXEnd(); } /* 8003D188-8003D320 037AC8 0198+00 1/0 8/0 0/0 .text preRenderingMap__18dRenderingFDAmap_cFv */ @@ -297,7 +297,7 @@ void dRenderingFDAmap_c::preRenderingMap() { void dRenderingFDAmap_c::postRenderingMap() { GXSetCopyFilter(GX_FALSE, NULL, GX_FALSE, NULL); GXSetTexCopySrc(0, 0, field_0x1c, field_0x1e); - GXSetTexCopyDst(field_0x1c, field_0x1e, _GX_CTF_R8, GX_FALSE); + GXSetTexCopyDst(field_0x1c, field_0x1e, GX_CTF_G8, GX_FALSE); GXCopyTex(field_0x4, GX_TRUE); GXPixModeSync(); GXSetClipMode(GX_CLIP_ENABLE); @@ -363,7 +363,7 @@ void dRenderingFDAmap_c::renderingDecoration(dDrawPath_c::line_class const* p_li GXBegin(GX_POINTS, GX_VTXFMT0, 1); GXPosition1x16(data_p[0]); GXTexCoord2f32(0, 0); - i_GXEnd(); + GXEnd(); } setTevSettingNonTextureDirectColor(); |
