Fix backtrack

This commit is contained in:
LightCat 2018-08-03 13:38:39 +02:00
parent 81c67352e4
commit 09d105adcc

View File

@ -302,7 +302,7 @@ float getLatency()
int getTicks()
{
return max(min(*latency / 15 + getTicks2() == 24 ? 12 : 0, 65), 12);
return max(min(*latency / 15, 65), 12);
}
int getTicks2()