mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-22 02:00:11 +00:00
Semantics
This commit is contained in:
parent
a127045d98
commit
128f0757b6
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…
Add table
Reference in a new issue