fixed windows builds 2

This commit is contained in:
2025-07-20 13:33:42 +03:00
parent fb4c201921
commit 69d149515a
6 changed files with 22 additions and 13 deletions

View File

@@ -152,7 +152,6 @@ void IInput::KeyEvent( EInputKey key, EKeyEventType event )
if (g_inputModeStack[g_inputModeStack.GetSize()-1] != INPUT_MODE_MENU)
{
V_printf("no menu\n");
MainMenu()->SetVisibility(false);
}
return;