summaryrefslogtreecommitdiff
path: root/src/hexen/d_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hexen/d_net.c')
-rw-r--r--src/hexen/d_net.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hexen/d_net.c b/src/hexen/d_net.c
index f199cd38..87afd626 100644
--- a/src/hexen/d_net.c
+++ b/src/hexen/d_net.c
@@ -556,6 +556,7 @@ void D_ArbitrateNetStart(void)
int i;
boolean gotinfo[MAXNETNODES];
boolean gotClass[MAXNETNODES];
+ // haleyjd FIXME: important somehow?
#ifdef __WATCOMC__
int nextTic;
extern volatile int ticcount;
@@ -591,6 +592,7 @@ void D_ArbitrateNetStart(void)
}
}
}
+ // haleyjd FIXME: important somehow?
#ifdef __WATCOMC__
if (ticcount <= nextTic)
{ // only send packets every half second