This commit is contained in:
ansstuff 2011-11-30 16:38:12 +00:00
parent 3abb384450
commit b83967de6b
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ static char *MakeButtString(ButtConfig *bc)
if(!GetKeyNameText(((bc->ButtonNum[x] & 0x7F) << 16) | ((bc->ButtonNum[x] & 0x80) << 17), tmpstr+strlen(tmpstr), 16))
{
// GetKeyNameText wasn't able to provide a name for the key, then just show scancode
sprintf(tmpstr+strlen(tmpstr),"%03d",bc->ButtonNum[x]); break;
sprintf(tmpstr+strlen(tmpstr),"%03d",bc->ButtonNum[x]);
}
}
else if(bc->ButtType[x] == BUTTC_JOYSTICK)