This commit is contained in:
twinaphex 2017-01-05 08:44:33 +01:00
parent d49502d6e9
commit 5203495e09
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ static int action_scan_input_desc(const char *path,
{
unsigned char player_no_str = atoi(&label[1]);
inp_desc_user = (unsigned)player_no_str - 1;
inp_desc_user = (unsigned)(player_no_str - 1);
key = idx - 6;
}
else