diff options
author | Simon Howard | 2006-01-22 22:29:42 +0000 |
---|---|---|
committer | Simon Howard | 2006-01-22 22:29:42 +0000 |
commit | 6043f76a8a44d6900b42dcdcfe78f20a0be91431 (patch) | |
tree | bc0c8d8011978b32f4100adee8f1a2ec194bb321 /src/d_net.h | |
parent | e66fffd3202fe22a2eefbb4a3cb6a73048890de5 (diff) | |
download | chocolate-doom-6043f76a8a44d6900b42dcdcfe78f20a0be91431.tar.gz chocolate-doom-6043f76a8a44d6900b42dcdcfe78f20a0be91431.tar.bz2 chocolate-doom-6043f76a8a44d6900b42dcdcfe78f20a0be91431.zip |
Periodically request the time from clients to estimate their offset to
the server time.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 323
Diffstat (limited to 'src/d_net.h')
-rw-r--r-- | src/d_net.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/d_net.h b/src/d_net.h index 2b293dac..07f4e59a 100644 --- a/src/d_net.h +++ b/src/d_net.h @@ -1,7 +1,7 @@ // Emacs style mode select -*- C++ -*- //----------------------------------------------------------------------------- // -// $Id: d_net.h 18 2005-07-23 18:56:07Z fraggle $ +// $Id: d_net.h 323 2006-01-22 22:29:42Z fraggle $ // // Copyright(C) 1993-1996 Id Software, Inc. // Copyright(C) 2005 Simon Howard @@ -131,6 +131,7 @@ typedef struct } doomcom_t; +extern int extratics; // Create any new ticcmds and broadcast to other players. void NetUpdate (void); @@ -148,6 +149,10 @@ void TryRunTics (void); //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.4 2006/01/22 22:29:42 fraggle +// Periodically request the time from clients to estimate their offset to +// the server time. +// // Revision 1.3 2005/07/23 18:56:07 fraggle // Remove unneccessary pragmas // |