Semantics

This commit is contained in:
James R 2020-01-23 13:57:39 -08:00
parent f0daea39d4
commit 3d9466e5f5
1 changed files with 1 additions and 2 deletions

View File

@ -667,7 +667,6 @@ INT32 G_KeyStringtoNum(const char *keystr)
j = atoi(&keystr[3]);
if (j < NUMINPUTS)
return j;
else
return 0;
}