X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=host.c;h=9a39d8bf5cff383ecbe5f5247ec28a02455cc7bf;hb=0b02091d9a19d2a37744309eea401cf7663742a2;hp=a20903a9823c7d156920999aac66077ac778bbf1;hpb=ce3aa4edca37ac153738126cf7bff84a615e5bc2;p=xonotic%2Fdarkplaces.git diff --git a/host.c b/host.c index a20903a9..9a39d8bf 100644 --- a/host.c +++ b/host.c @@ -644,7 +644,7 @@ static double Host_Frame(double time) Curl_Frame(); // get new SDL events and add commands from keybindings to the cbuf - Sys_SendKeyEvents(); + Sys_SDL_HandleEvents(); // process console commands Cbuf_Frame(host.cbuf);