see if this fixes crc bug

This commit is contained in:
Mark Vejvoda 2013-09-18 18:49:57 +00:00
parent 538a676006
commit 60028086e2
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@ NetworkInterface::NetworkInterface() {
receivedDataSynchCheck=false;
networkPlayerFactionCRCMutex = new Mutex();
for(unsigned int index = 0; index < GameConstants::maxPlayers; ++index) {
networkPlayerFactionCRC[index] = 0;
}
}
void NetworkInterface::init() {