mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-20 18:01:16 +00:00
Semantics
This commit is contained in:
parent
f0daea39d4
commit
3d9466e5f5
1 changed files with 1 additions and 2 deletions
|
@ -667,8 +667,7 @@ INT32 G_KeyStringtoNum(const char *keystr)
|
|||
j = atoi(&keystr[3]);
|
||||
if (j < NUMINPUTS)
|
||||
return j;
|
||||
else
|
||||
return 0;
|
||||
return 0;
|
||||
}
|
||||
|
||||
for (j = 0; j < NUMKEYNAMES; j++)
|
||||
|
|
Loading…
Reference in a new issue