Implement client side node synchronization.

This commit is contained in:
momo5502
2016-02-10 01:22:00 +01:00
parent 40d6c6d715
commit d87a6ced42
5 changed files with 72 additions and 53 deletions

View File

@ -35,7 +35,7 @@ namespace Utils
{
char* memArr = reinterpret_cast<char*>(mem);
for (size_t i = 0; i < length; i++)
for (size_t i = 0; i < length; ++i)
{
if (memArr[i] != chr)
{