New variables for the network code

This commit is contained in:
johns 2000-04-23 22:01:33 +00:00
parent 0bcbc3e9d9
commit 0be723ddab

View file

@ -32,7 +32,7 @@
-- Defines
----------------------------------------------------------------------------*/
#define NetworkLag 30 /// Debuging network lag (# frames)
#define NetworkMaxLag 30 /// Debuging network lag (# frames)
/*----------------------------------------------------------------------------
-- Variables
@ -40,6 +40,10 @@
extern int NetworkFildes; /// Network file descriptor
extern int NetworkInSync; /// Network is in sync
extern int NetworkUpdates; /// Network update each # frames
extern int NetworkLag; /// Network lag (# frames)
extern char* NetworkArg; /// Network command line argument
extern int CommandLogEnabled; /// True if command log is on
/*----------------------------------------------------------------------------