From 0f4feb0161e8e7fd1a2b7917056a92a43ba514d1 Mon Sep 17 00:00:00 2001 From: James R Date: Fri, 28 Jan 2022 04:43:18 -0800 Subject: [PATCH] Fix in game downloader confirmation --- src/d_clisrv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 855056cf1..31ecc92ca 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -1926,8 +1926,10 @@ static boolean CL_ServerConnectionTicker(const char *tmpsave, tic_t *oldtic, tic if (*oldtic != I_GetTime()) { I_OsPolling(); +#if 0 for (; eventtail != eventhead; eventtail = (eventtail+1) & (MAXEVENTS-1)) G_MapEventsToControls(&events[eventtail]); +#endif if (cl_mode == CL_CONFIRMCONNECT) D_ProcessEvents(); //needed for menu system to receive inputs