summaryrefslogtreecommitdiff
path: root/src/net_client.h
diff options
context:
space:
mode:
authorSimon Howard2006-04-14 15:25:42 +0000
committerSimon Howard2006-04-14 15:25:42 +0000
commit84468fd0509e77afdc9030dd4ec9a397b79e22fa (patch)
tree357cf521673b4270083b8da20c5bc03f99cc0424 /src/net_client.h
parent1be6c4c341fc6b42c76b9848b624e94f7f4451e4 (diff)
downloadchocolate-doom-84468fd0509e77afdc9030dd4ec9a397b79e22fa.tar.gz
chocolate-doom-84468fd0509e77afdc9030dd4ec9a397b79e22fa.tar.bz2
chocolate-doom-84468fd0509e77afdc9030dd4ec9a397b79e22fa.zip
Add ability to play using the Vanilla player sync code
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 470
Diffstat (limited to 'src/net_client.h')
-rw-r--r--src/net_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net_client.h b/src/net_client.h
index 8e870467..7440e4f7 100644
--- a/src/net_client.h
+++ b/src/net_client.h
@@ -1,7 +1,7 @@
// Emacs style mode select -*- C++ -*-
//-----------------------------------------------------------------------------
//
-// $Id: net_client.h 405 2006-03-02 00:57:25Z fraggle $
+// $Id: net_client.h 470 2006-04-14 15:25:42Z fraggle $
//
// Copyright(C) 2005 Simon Howard
//
@@ -90,6 +90,7 @@ extern char net_player_names[MAXPLAYERS][MAXPLAYERNAME];
extern char net_player_addresses[MAXPLAYERS][MAXPLAYERNAME];
extern int net_player_number;
extern char *net_player_name;
+extern boolean net_cl_new_sync;
#endif /* #ifndef NET_CLIENT_H */