diff options
author | 2020-10-24 17:55:17 -0500 | |
---|---|---|
committer | 2020-10-24 18:55:17 -0400 | |
commit | 7158f3094013d08f746b6102d2f319c4b74ceb76 (patch) | |
tree | 629ea95c8fe73ee484395c1233829bc8ca6a6979 | |
parent | 90f1b52d75ad975e97b84504b221983d94ecdc4a (diff) |
k001005.cpp: Add missing command (#7388)
Added a missing command only used in jetwave's "How to Control" screen. This screen would show some model of the jetski in turning the handlebars and leaning on the jetski for controls. This fixes an issue where not only the model(s) wouldn't be present but the game would slow down complaining about an unknown polygon command.
-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 |