aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indic8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indic8.c b/src/indic8.c
index 0558a4d..33d7d31 100644
--- a/src/indic8.c
+++ b/src/indic8.c
@@ -19,8 +19,8 @@ extern char hz;
char *ind_net_status; /* initialized in screen.c, scr_init() */
static void ind_start_timer(void) {
- // OS.cdtmv5 = hz * 3;
- OS.cdtmv5 = 150;
+ /* 3.7 sec is just what The_Doctor__ ordered! */
+ OS.cdtmv5 = (hz / 10) * 37;
}
void ind_net_rx(void) {