This was a regression (from div0-stable) introduced in the refactoring.
Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
CL_VM_PreventInformationLeaks();
- // get new key events
- Key_EventQueue_Unblock();
- SndSys_SendKeyEvents();
- Sys_SendKeyEvents();
-
/*
* If the accumulator hasn't become positive, don't
* run the frame. Everything that happens before this
// Run any downloads
Curl_Frame();
+ // get new SDL events and add commands from keybindings to the cbuf
+ Sys_SendKeyEvents();
+
// process console commands
Cbuf_Frame(host.cbuf);