summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rwxr-xr-xamiga/gui.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 460544ef7..cc18aec73 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -665,9 +665,6 @@ void ami_handle_msg(void)
break;
case WMHI_INTUITICK:
-#ifndef AMI_SCHEDULER_USES_TIMER
- schedule_run();
-#endif
break;
default:
@@ -883,6 +880,7 @@ void gui_poll(bool active)
else
{
ami_get_msg();
+ schedule_run(); // run on intuitick
}
}