diff options
-rw-r--r-- | src/mame/video/k001005.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/k001005.cpp b/src/mame/video/k001005.cpp index b0477c51b21..b4f5124a91a 100644 --- a/src/mame/video/k001005.cpp +++ b/src/mame/video/k001005.cpp @@ -782,7 +782,7 @@ void k001005_renderer::render_polygons() render_triangle(visarea, rd_scan_tex2d, 5, v[2], v[3], v[0]); } } - else if (cmd == 0x80000121 || cmd == 0x80000126) + else if (cmd == 0x80000106 || cmd == 0x80000121 || cmd == 0x80000126) { // no texture, color gouraud, Z |