mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-07-31 20:10:59 +02:00
fixed rebind bug
This commit is contained in:
@@ -1837,7 +1837,7 @@ int32 *CPad::EditCodesForControls(int32 *pRsKeys, int32 nSize)
|
|||||||
*pRsKeys = i;
|
*pRsKeys = i;
|
||||||
}
|
}
|
||||||
|
|
||||||
for ( int32 i = 0; i < 255; i++ )
|
for ( int32 i = 0; i < 12; i++ )
|
||||||
{
|
{
|
||||||
if ( GetPad(0)->GetFJustDown(i) )
|
if ( GetPad(0)->GetFJustDown(i) )
|
||||||
*pRsKeys = i + rsF1;
|
*pRsKeys = i + rsF1;
|
||||||
|
Reference in New Issue
Block a user