SW: Add handleevents to end credits

From JFSW commit 0c651743f8371fade0231e9c3206ca25e6ae5269

git-svn-id: https://svn.eduke32.com/eduke32@8626 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2020-02-11 06:35:24 +00:00 committed by Christoph Oelckers
parent 0b23c14b9d
commit 5d475c2788

View file

@ -1551,6 +1551,8 @@ void CreditsLevel(void)
while (!inputState.CheckAllInput())
{
handleevents();
// taken from top of faketimerhandler
// limits checks to max of 40 times a second
if (totalclock >= ototalclock + synctics)