fix compiling error

This commit is contained in:
dborth 2009-05-28 07:39:35 +00:00
parent fdb6476b5d
commit dc33859cc4

View File

@ -918,9 +918,9 @@ bool MenuRequested()
for(int i=0; i<4; i++) for(int i=0; i<4; i++)
{ {
if ( if (
(userInput[pad].pad.substickX < -70) || (userInput[i].pad.substickX < -70) ||
(userInput[pad].wpad.btns_h & WPAD_BUTTON_HOME) || (userInput[i].wpad.btns_h & WPAD_BUTTON_HOME) ||
(userInput[pad].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME) || (userInput[i].wpad.btns_h & WPAD_CLASSIC_BUTTON_HOME) ||
(DownUsbKeys[KB_ESC]) (DownUsbKeys[KB_ESC])
) )
{ {