see if this corrects the current out of synch issues

This commit is contained in:
Mark Vejvoda 2013-05-20 20:06:25 +00:00
parent 538314eb48
commit 6a34864c5d

View File

@ -564,7 +564,7 @@ void UnitUpdater::updateAttack(Unit *unit, int frameIndex) {
TravelState tsValue = tsImpossible;
//if(frameIndex < 0) {
if(frameIndex < 0)
{
//printf("In [%s::%s Line: %d] START pathfind for attacker [%d - %s]\n",__FILE__,__FUNCTION__,__LINE__,unit->getId(), unit->getType()->getName().c_str());
//fflush(stdout);