From c767018bcf0d3d65dd6eb4d7146693361b37a751 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Sun, 12 Jun 2011 22:29:04 +0000 Subject: [PATCH] fix typo that broke wasPressed on input display --- BizHawk.MultiClient/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 8854925898..26f4d1483e 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -1163,7 +1163,7 @@ namespace BizHawk.MultiClient } } - wasPressed = (TAStudio1.Enabled) ? TAStudio1.GetMnemonic() : Global.ActiveController.GetControllersAsMnemonic(); + wasPressed = (TAStudio1.Engaged) ? TAStudio1.GetMnemonic() : Global.ActiveController.GetControllersAsMnemonic(); PressFrameAdvance = false; } else