17.10.2016, 18:48
Quote:
Why don't you test them to see which one is faster? Just change the second loop to: for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
|
Difference?
Код HTML:
for(new i = 0, j = GetPlayerPoolSize(); i <= j; i++)
Код HTML:
for(new i = 0; i <= GetPlayerPoolSize(); i++)