summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.c')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 998b169b0..d77bdfa48 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2468,7 +2468,7 @@ void gui_poll(bool active)
schedule_run checks every event, really they need to be sorted so only
the first event needs to be run on each signal. */
- if(active)
+ if(0)
{
ami_handle_msg();
ami_handle_appmsg();