mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
merge aquatic to lirria
This commit is contained in:
commit
8251713821
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue