Small CPad fixes
This commit is contained in:
@ -1355,7 +1355,7 @@ bool CControllerConfigManager::GetIsKeyboardKeyJustDown(RsKeyCodes keycode)
|
||||
return true;
|
||||
break;
|
||||
case rsENTER:
|
||||
if (CPad::GetPad(PAD1)->GetEnterJustDown())
|
||||
if (CPad::GetPad(PAD1)->GetReturnJustDown())
|
||||
return true;
|
||||
break;
|
||||
case rsLSHIFT:
|
||||
|
Reference in New Issue
Block a user