mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
Comment unused variable to allow compile (nw)
This commit is contained in:
parent
0898291c85
commit
a1d2e11914
@ -220,7 +220,7 @@ static void draw_sprites(running_machine &machine, bitmap_ind16 &bitmap,const re
|
||||
|
||||
SCREEN_UPDATE_IND16( popobear )
|
||||
{
|
||||
popobear_state *state = screen.machine().driver_data<popobear_state>();
|
||||
// popobear_state *state = screen.machine().driver_data<popobear_state>();
|
||||
|
||||
bitmap.fill(0, cliprect);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user