mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
fixed rebind bug
This commit is contained in:
parent
0add48abf5
commit
d92c9085da
@ -1837,7 +1837,7 @@ int32 *CPad::EditCodesForControls(int32 *pRsKeys, int32 nSize)
|
||||
*pRsKeys = i;
|
||||
}
|
||||
|
||||
for ( int32 i = 0; i < 255; i++ )
|
||||
for ( int32 i = 0; i < 12; i++ )
|
||||
{
|
||||
if ( GetPad(0)->GetFJustDown(i) )
|
||||
*pRsKeys = i + rsF1;
|
||||
|
Loading…
Reference in New Issue
Block a user