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