second test
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user