fix typo that broke wasPressed on input display

This commit is contained in:
andres.delikat 2011-06-12 22:29:04 +00:00
parent 02becf6c42
commit c767018bcf
1 changed files with 1 additions and 1 deletions

View File

@ -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