Fix clang error: use of undeclared identifier 's_tile_to_draw' (nw)

This commit is contained in:
AJR 2019-11-06 15:16:07 -05:00
parent 99f5ab544b
commit cabd845e8a

View File

@ -1303,7 +1303,6 @@ void snes_ppu_device::update_objects( uint8_t priority_oam0, uint8_t priority_oa
for (ii = 0; ii < 34; ii++)
{
int tile = ii;
if (s_tile_to_draw != -1 && tile != s_tile_to_draw) continue;
#if SNES_LAYER_DEBUG
if (m_debug_options.sprite_reversed)