second test

This commit is contained in:
2009-09-02 15:26:07 +04:00
parent 1e9ae4d6bb
commit 7ecbd3764c
20 changed files with 225 additions and 29 deletions

View File

@@ -80,6 +80,13 @@ bool Aliens::CreatePath(Alien * al)
al->Position.pnt.setX(al->path.at(0).x()*cellsize);
al->Position.pnt.setY(al->path.at(0).y()*cellsize);
}
int i = 0;
tmpPnt.clear();
while(1)
{
tp = al->path[0];
break;
}
return true;
}
return false;