Skip to content

Commit

Permalink
hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadez2003 authored Feb 21, 2023
1 parent 5a6db85 commit acd45da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vidhrdw/dkong_vidhrdw.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ VIDEO_UPDATE( dkong )

if (!strcmp(Machine->gamedrv->name, "shootgal"))
{
draw_crosshair( bitmap, readinputport(0) + 8, readinputport(1) + 3, cliprect );
draw_crosshair(1, bitmap, readinputport(0) + 8, readinputport(1) + 3, cliprect );
}

}
Expand Down

0 comments on commit acd45da

Please sign in to comment.