From: divverent Date: Sat, 4 Apr 2009 15:56:10 +0000 (+0000) Subject: experiemnt: call the event loop from loading plaque update. Does this fix the problem... X-Git-Tag: xonotic-v0.1.0preview~1749 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=12b1d024d6e450fd5b5c02f54507190d3061a347;p=xonotic%2Fdarkplaces.git 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 --- 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;