mirror of
https://github.com/glest/glest-source.git
synced 2025-08-29 19:00:07 +02:00
see if this fixes crc bug
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user