Skip to content

Commit

Permalink
Fixed: Button state in "expired" state after busy mode
Browse files Browse the repository at this point in the history
For instance, when using the mouse button to select menu
items, the Attack control wouldn't do anything until after
pressing and releasing the mouse button once.
  • Loading branch information
skyjake committed Feb 12, 2012
1 parent 9424be8 commit a8ff30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/engine/portable/src/con_busy.c
Expand Up @@ -450,6 +450,7 @@ static void Con_BusyLoop(void)

// Post and discard all input events.
DD_ProcessEvents(0);
DD_ProcessSharpEvents(0);

Sys_Sleep(20);

Expand Down

0 comments on commit a8ff30b

Please sign in to comment.