- For controls that are not bound, the customize controls menu now displays
a black --- instead of ???. SVN r1050 (trunk)
This commit is contained in:
parent
1b835d46c1
commit
e391fe1aeb
3 changed files with 12 additions and 2 deletions
|
|
@ -681,7 +681,7 @@ void C_NameKeys (char *str, int first, int second)
|
|||
}
|
||||
|
||||
if (!c)
|
||||
strcpy (str, "???");
|
||||
*str = '\0';
|
||||
}
|
||||
|
||||
void C_UnbindACommand (char *str)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue