This commit is contained in:
adelikat 2012-10-30 23:42:42 +00:00
parent 1d4a8fd3ba
commit 4ed68e0c9a
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ namespace BizHawk.Emulation.Consoles.Atari
}
}
if (playField.priority && (collisions & CXPF) != 0) // && core.CoreInputComm.Atari2600_ShowPF)
if (playField.priority && (collisions & CXPF) != 0 && core.CoreInputComm.Atari2600_ShowPF)
{
if (playField.score)
{