didn't meant to change these (nw)

This commit is contained in:
David Haywood 2014-09-19 14:53:06 +00:00
parent e02dce194c
commit 41007a2960

View File

@ -759,8 +759,8 @@ DRIVER_INIT_MEMBER(r2dx_v33_state,rdx_v33)
DRIVER_INIT_MEMBER(r2dx_v33_state,nzerotea)
{
init_blending(raiden_blended_colors);
static const int spri[5] = { 0, 1, 2, 3, -1 };
init_blending(xsedae_blended_colors);
static const int spri[5] = { -1, 0, 1, 2, 3 };
cur_spri = spri;
zeroteam_decrypt_sprites(machine());
@ -768,8 +768,8 @@ DRIVER_INIT_MEMBER(r2dx_v33_state,nzerotea)
DRIVER_INIT_MEMBER(r2dx_v33_state,zerotm2k)
{
init_blending(raiden_blended_colors);
static const int spri[5] = { 0, 1, 2, 3, -1 };
init_blending(xsedae_blended_colors);
static const int spri[5] = { -1, 0, 1, 2, 3 };
cur_spri = spri;
// no sprite encryption(!)