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