(svn r170) -Fix: [1022902] network fix .. console fix bug [1018523]. Fixes some variable initialization errors and a console.h warning (sign_de)

This commit is contained in:
darkvater
2004-09-06 21:27:26 +00:00
parent 78b64ed192
commit bb75f30a79
3 changed files with 16 additions and 8 deletions

View File

@@ -1100,7 +1100,12 @@ void NetworkClose(bool client) {
void NetworkShutdown()
{
_networking_server = false;
_networking = false;
_networking_sync = false;
_frame_counter = 0;
_frame_counter_max = 0;
_frame_counter_srv = 0;
}
// switch to synced mode.
@@ -1491,8 +1496,6 @@ void NetworkCoreDisconnect()
NetworkClose(true);
}
_networking_server = false;
_networking = false;
NetworkShutdown();
}