From 4ed68e0c9abcd490d731f940964932a3879d7b7d Mon Sep 17 00:00:00 2001 From: adelikat Date: Tue, 30 Oct 2012 23:42:42 +0000 Subject: [PATCH] oops --- BizHawk.Emulation/Consoles/Atari/2600/TIA.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs b/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs index eab836771f..cae882d51e 100644 --- a/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs +++ b/BizHawk.Emulation/Consoles/Atari/2600/TIA.cs @@ -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) {