- 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).

This commit is contained in:
Mitchell Richters 2020-07-31 16:26:16 +10:00
parent 24b0e4438e
commit f0e0a3db41

View file

@ -1626,6 +1626,7 @@ void MenuLevel(void)
while (TRUE)
{
handleevents();
D_ProcessEvents();
C_RunDelayedCommands();
// limits checks to max of 40 times a second