Fixed: missing ; after a nlassert

This commit is contained in:
vl 2010-05-17 18:07:41 +02:00
parent 6e0bb8765e
commit 9ec6dc9ced

View file

@ -137,7 +137,7 @@ void CGrpProfileDynFollowPath::updateProfile(uint ticksSinceLastUpdate)
// faire gaffe à l'init du CGrpProfileFollowRouteSpawn dans le cadre statique .. :\ (adapter?)
#ifdef NL_DEBUG
nlassert(_CurrentZone==_CurrentRoad->startZone() || _CurrentZone==_CurrentRoad->endZone())
nlassert(_CurrentZone==_CurrentRoad->startZone() || _CurrentZone==_CurrentRoad->endZone());
#endif
fr->setDirection(_CurrentRoad->startZone()==_CurrentZone); // CurrentZone);
}