(svn r14718) -Change: remove some direct network core variable accesses from non-network locations.

This commit is contained in:
rubidium
2008-12-22 21:38:03 +00:00
parent 7403790ba4
commit bdd92008cf
4 changed files with 29 additions and 7 deletions

View File

@@ -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