merge aquatic to lirria

This commit is contained in:
depyraken 2016-03-31 02:19:44 +02:00
commit 8251713821

View file

@ -110,7 +110,7 @@ CAliasTreeOwner* CMgrFauna::createChild(IAliasCont* cont, CAIAliasDescriptionNod
NLMISC::splitString(tail, "|", sFlags); NLMISC::splitString(tail, "|", sFlags);
FOREACHC(it, vector<string>, sFlags){ FOREACHC(it, vector<string>, sFlags){
TAStarFlag tmpflag = RYAI_MAP_CRUNCH::toAStarFlag(*it); TAStarFlag tmpflag = RYAI_MAP_CRUNCH::toAStarFlag(*it);
if( (tmpflag == TAStarFlag::Nothing) && if( (tmpflag == Nothing) &&
it->compare("nothing")){ // this is not a valid AStarFlags => Let's preserve the default way the fauna is handled it->compare("nothing")){ // this is not a valid AStarFlags => Let's preserve the default way the fauna is handled
bAstarFlags = 0; bAstarFlags = 0;
break; break;