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 7fdc8916ef
commit 56572fbc78

View File

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