small tweak

This commit is contained in:
[VB]AWOL
2013-10-11 09:47:11 -05:00
parent c78101638d
commit 2391adaa64

View File

@@ -71,10 +71,9 @@ if (count(_findNearestTree) >= 1) then {
_finishedTime = diag_tickTime+3; _finishedTime = diag_tickTime+3;
while {r_doLoop} do { while {r_doLoop} do {
if (diag_tickTime > _finishedTime) then { if (diag_tickTime >= _finishedTime) then {
r_doLoop = false; r_doLoop = false;
_finished = true; _finished = true;
}; };
if (r_interrupt) then { if (r_interrupt) then {
r_doLoop = false; r_doLoop = false;