checksum is now a run-time option

This commit is contained in:
eihrul
2010-05-20 16:55:27 +00:00
parent 72525fbca1
commit e49aaf7a6f
5 changed files with 44 additions and 50 deletions
+1
View File
@@ -75,6 +75,7 @@ enet_host_create (const ENetAddress * address, size_t peerCount, enet_uint32 inc
host -> peerCount = peerCount;
host -> commandCount = 0;
host -> bufferCount = 0;
host -> checksum = NULL;
host -> receivedAddress.host = ENET_HOST_ANY;
host -> receivedAddress.port = 0;
host -> receivedDataLength = 0;