mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-13 07:58:04 +00:00
- 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:
parent
24b0e4438e
commit
f0e0a3db41
1 changed files with 1 additions and 0 deletions
|
@ -1626,6 +1626,7 @@ void MenuLevel(void)
|
||||||
while (TRUE)
|
while (TRUE)
|
||||||
{
|
{
|
||||||
handleevents();
|
handleevents();
|
||||||
|
D_ProcessEvents();
|
||||||
C_RunDelayedCommands();
|
C_RunDelayedCommands();
|
||||||
|
|
||||||
// limits checks to max of 40 times a second
|
// limits checks to max of 40 times a second
|
||||||
|
|
Loading…
Reference in a new issue