- For controls that are not bound, the customize controls menu now displays

a black --- instead of ???.


SVN r1050 (trunk)
This commit is contained in:
Randy Heit 2008-06-26 17:55:48 +00:00
commit e391fe1aeb
3 changed files with 12 additions and 2 deletions

View file

@ -681,7 +681,7 @@ void C_NameKeys (char *str, int first, int second)
}
if (!c)
strcpy (str, "???");
*str = '\0';
}
void C_UnbindACommand (char *str)