damn! a typo! now corrected

This commit is contained in:
«BielBdeLuna» 2024-03-24 09:53:54 +01:00
parent 216e74d1c0
commit 33207c9a92

View file

@ -790,7 +790,7 @@ simple print in the console the name of the key pressed
*/
void idKeyInput::KeyReveal( int keyNum ) {
const char* keyName = KeyNumToString( keyNum, false );
common->Printf( "pressed the \"%s\" lkey.\n", keyName );
common->Printf( "pressed the \"%s\" key.\n", keyName );
}
/*