]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
block key events while in the event handler called from loading screens - might fix...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index c935523708d6af14d461b6afb3f20f0d0d4527e5..58a212b36b70cb43a8cd4966594919ee84dd61c4 100644 (file)
--- a/host.c
+++ b/host.c
@@ -679,6 +679,7 @@ void Host_Main(void)
                cl.islocalgame = NetConn_IsLocalGame();
 
                // get new key events
+               Key_EventQueue_Unblock();
                SndSys_SendKeyEvents();
                Sys_SendKeyEvents();