summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/hng64_sprite.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/hng64_sprite.hxx')
-rw-r--r--src/mame/video/hng64_sprite.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/hng64_sprite.hxx b/src/mame/video/hng64_sprite.hxx
index e340be7e451..fcdd792ca75 100644
--- a/src/mame/video/hng64_sprite.hxx
+++ b/src/mame/video/hng64_sprite.hxx
@@ -92,7 +92,7 @@ void hng64_state::draw_sprites(screen_device &screen, bitmap_rgb32 &bitmap, cons
for(auto it : m_spritelist)
{
source = it.second;
-
+
int tileno,chainx,chainy,xflip;
int pal,xinc,yinc,yflip;
uint16_t xpos, ypos;