make the old keyname message a little clearer

This commit is contained in:
Bill Currie 2002-08-29 18:56:55 +00:00
parent f6729e35e5
commit 9a577c2233

View file

@ -248,7 +248,7 @@ OK_TranslateKeyName (const char *name)
s++;
ok = Hash_Find (old_key_table, uname);
if (!ok) {
Con_Printf ("%s\n", uname);
Con_Printf ("unknown old keyname: %s\n", uname);
return name;
}
return ok->new_name;