From f0e0a3db41dd2415049bd23cd7c78ff032d47986 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Fri, 31 Jul 2020 16:26:16 +1000 Subject: [PATCH] - quick and dirty fix to get SW menu input cranking again (mostly for testing PR #77 under SW since it's the only game with a clock of 120/3). --- source/sw/src/game.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index ddfaf371e..360918c8a 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -1626,6 +1626,7 @@ void MenuLevel(void) while (TRUE) { handleevents(); + D_ProcessEvents(); C_RunDelayedCommands(); // limits checks to max of 40 times a second