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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hexen/d_net.c b/src/hexen/d_net.c
index f7381d4e..7527d7f6 100644
--- a/src/hexen/d_net.c
+++ b/src/hexen/d_net.c
@@ -823,7 +823,7 @@ void TryRunTics(void)
//
NetUpdate();
- lowtic = MAXINT;
+ lowtic = INT_MAX;
numplaying = 0;
for (i = 0; i < doomcom->numnodes; i++)
if (nodeingame[i])
@@ -891,7 +891,7 @@ void TryRunTics(void)
{
NetUpdate();
- lowtic = MAXINT;
+ lowtic = INT_MAX;
for (i = 0; i < doomcom->numnodes; i++)
if (nodeingame[i] && nettics[i] < lowtic)