From 12b1d024d6e450fd5b5c02f54507190d3061a347 Mon Sep 17 00:00:00 2001 From: divverent Date: Sat, 4 Apr 2009 15:56:10 +0000 Subject: [PATCH] experiemnt: call the event loop from loading plaque update. Does this fix the problems on Vista? git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8858 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_screen.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cl_screen.c b/cl_screen.c index 3da12a25..adcd242d 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -1787,6 +1787,9 @@ void SCR_UpdateLoadingScreen (qboolean clear) //VID_Finish(); // however this IS necessary on Windows Vista qglFinish(); + + // this goes into the event loop, and should prevent unresponsive cursor on vista + Sys_SendKeyEvents(); } extern cvar_t cl_minfps; -- 2.39.2