Fix: Sticky CTRL flag - clicking "Go Apple" button would do Ctrl-Reset, not Power-cycle

This commit is contained in:
tomch 2009-04-16 21:29:28 +00:00
parent 0d32e55f36
commit 957c7cbf5d

View File

@ -1393,6 +1393,7 @@ void ProcessButtonClick (int button)
break;
case BTN_RUN:
KeybUpdateCtrlShiftStatus();
if( g_bCtrlKey )
{
CtrlReset();