diff options
Diffstat (limited to 'src/mame/konami/k053246_k053247_k055673.h')
| -rw-r--r-- | src/mame/konami/k053246_k053247_k055673.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/src/mame/konami/k053246_k053247_k055673.h b/src/mame/konami/k053246_k053247_k055673.h index 0667b51c3ec..30058597c81 100644 --- a/src/mame/konami/k053246_k053247_k055673.h +++ b/src/mame/konami/k053246_k053247_k055673.h @@ -240,9 +240,7 @@ public: pri, zcode, alpha, drawmode, gx_objzbuf, gx_shdzbuf, - 0, nullptr - ); - + 0, nullptr); } else /* non-GX */ { @@ -283,10 +281,7 @@ public: 0, 0, 0, 0, nullptr, nullptr, - primask,whichtable - ); - - + primask,whichtable); } } @@ -312,7 +307,7 @@ public: static const int xoffset[8] = { 0, 1, 4, 5, 16, 17, 20, 21 }; static const int yoffset[8] = { 0, 2, 8, 10, 32, 34, 40, 42 }; int zw,zh; - int fx, fy, sx, sy; + int fx, fy, sx, sy; int tempcode; for (int y=0; y<height; y++) |
