(svn r2589) Fix: [network] Fixed static variable that wasn't initialized. Would stop the sync checking from working in some cases.

This commit is contained in:
ludde
2005-07-16 12:59:23 +00:00
parent 04e45dac34
commit 41d4eed3fb
3 changed files with 23 additions and 22 deletions

View File

@@ -947,6 +947,7 @@ bool NetworkServerStart(void)
_frame_counter = 0;
_frame_counter_server = 0;
_frame_counter_max = 0;
_last_sync_frame = 0;
_network_own_client_index = NETWORK_SERVER_INDEX;
if (!_network_dedicated)