From 33207c9a927b7200edeb2b723b695ee8bf17b926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=ABBielBdeLuna=C2=BB?= <«7318.tk@gmail.com»> Date: Sun, 24 Mar 2024 09:53:54 +0100 Subject: [PATCH] damn! a typo! now corrected --- neo/framework/KeyInput.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neo/framework/KeyInput.cpp b/neo/framework/KeyInput.cpp index aa8ef3af..76e423d8 100644 --- a/neo/framework/KeyInput.cpp +++ b/neo/framework/KeyInput.cpp @@ -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 ); } /*