09.07.2011, 15:58
If you compiled it from source, the version string isn't updated/changed with the string "R6" (if that annoys you, you can change that yourself).
But if you compare the source code with the previous version(R5), you'll see that there's a mutex implementation.
And yes, It's just something that was forgot to be changed in the source code. The compiled binaries are just fine.
But if you compare the source code with the previous version(R5), you'll see that there's a mutex implementation.
Код:
while(true) {
Mutex::getInstance()->_lockMutex();

