summaryrefslogtreecommitdiffstats
path: root/byterun/rotatecursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/rotatecursor.c')
-rw-r--r--byterun/rotatecursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/byterun/rotatecursor.c b/byterun/rotatecursor.c
index 9e6cb15c0..85eb31161 100644
--- a/byterun/rotatecursor.c
+++ b/byterun/rotatecursor.c
@@ -72,7 +72,7 @@ void rotatecursor_init (int volatile *p1, int volatile *p2)
int rotatecursor_action (int direction)
{
- PrimeTime ((QElemPtr) &mytmtask, 62); /* 16 Hz */
+ PrimeTime ((QElemPtr) &mytmtask, 50); /* 20 Hz */
RotateCursor (direction ? 32 : -32);
return 0;
}