oops
This commit is contained in:
parent
1d4a8fd3ba
commit
4ed68e0c9a
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue