Some optimization

This commit is contained in:
momo5502
2016-06-30 12:11:51 +02:00
parent fdda6244d3
commit 9451964046
19 changed files with 87 additions and 91 deletions

View File

@ -30,7 +30,7 @@ namespace Steam
}
else // Random guid
{
subId = (Game::Com_Milliseconds() + timeGetTime());
subId = (Game::Sys_Milliseconds() + timeGetTime());
}
subId &= ~0x80000000; // Ensure it's positive