summaryrefslogtreecommitdiff
path: root/src/network/network_internal.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-22 21:38:03 +0000
committerrubidium <rubidium@openttd.org>2008-12-22 21:38:03 +0000
commit94e7f41a9d54a6c1015778f2a84815c28f8b8461 (patch)
treee370db6a1822a7b0bfa9e55ce0a5bafcb588daf2 /src/network/network_internal.h
parentf49cc67f83ca08f9b319f85ec1b5db7f1fbb1b20 (diff)
downloadopenttd-94e7f41a9d54a6c1015778f2a84815c28f8b8461.tar.xz
(svn r14718) -Change: remove some direct network core variable accesses from non-network locations.
Diffstat (limited to 'src/network/network_internal.h')
-rw-r--r--src/network/network_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/network_internal.h b/src/network/network_internal.h
index 10107d852..4e970f58d 100644
--- a/src/network/network_internal.h
+++ b/src/network/network_internal.h
@@ -91,6 +91,8 @@ enum NetworkLanguage {
NETLANG_COUNT
};
+extern NetworkClientInfo _network_client_info[MAX_CLIENT_INFO];
+
extern uint32 _frame_counter_server; // The frame_counter of the server, if in network-mode
extern uint32 _frame_counter_max; // To where we may go with our clients