mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Fixed: missing ; after a nlassert
This commit is contained in:
parent
5761bbf618
commit
a7e8947da8
1 changed files with 3 additions and 3 deletions
|
@ -136,9 +136,9 @@ void CGrpProfileDynFollowPath::updateProfile(uint ticksSinceLastUpdate)
|
||||||
_FollowRoute.setAIProfile(fr);
|
_FollowRoute.setAIProfile(fr);
|
||||||
|
|
||||||
// faire gaffe à l'init du CGrpProfileFollowRouteSpawn dans le cadre statique .. :\ (adapter?)
|
// faire gaffe à l'init du CGrpProfileFollowRouteSpawn dans le cadre statique .. :\ (adapter?)
|
||||||
#ifdef NL_DEBUG
|
#ifdef NL_DEBUG
|
||||||
nlassert(_CurrentZone==_CurrentRoad->startZone() || _CurrentZone==_CurrentRoad->endZone())
|
nlassert(_CurrentZone==_CurrentRoad->startZone() || _CurrentZone==_CurrentRoad->endZone());
|
||||||
#endif
|
#endif
|
||||||
fr->setDirection(_CurrentRoad->startZone()==_CurrentZone); // CurrentZone);
|
fr->setDirection(_CurrentRoad->startZone()==_CurrentZone); // CurrentZone);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue