mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-04-19 17:01:48 +00:00
damn! a typo! now corrected
This commit is contained in:
parent
216e74d1c0
commit
33207c9a92
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue