Changed: French comments translated to English

This commit is contained in:
kervala 2013-04-29 10:33:33 +02:00
parent 31335cc491
commit 2186e92527
3 changed files with 7 additions and 7 deletions

View file

@ -135,7 +135,7 @@ void CGrpProfileDynFollowPath::updateProfile(uint ticksSinceLastUpdate)
_FollowRoute.setAIProfile(fr);
// faire gaffe à l'init du CGrpProfileFollowRouteSpawn dans le cadre statique .. :\ (adapter?)
// pay attention to CGrpProfileFollowRouteSpawn init in static case .. :\ (to adapt ?)
#ifdef NL_DEBUG
nlassert(_CurrentZone==_CurrentRoad->startZone() || _CurrentZone==_CurrentRoad->endZone());
#endif

View file

@ -50,7 +50,7 @@ extern bool VerboseAliasDescriptionNodeLog;
class CAIAliasDescriptionNode;
// à faire ..
// TODO...
class CAIAliasDescriptionNode : public NLMISC::CRefCount
{
public:

View file

@ -157,11 +157,11 @@ public:
/// params as strings
std::vector<std::string> StringParams;
//* Break when hit: Si une créature frappe le joueur, la consommation est immédiatement interrompue
//* Assis: le joueur peut consommer assis.
//* Debout: Le joueur peut consommer l'item debout, y compris en combat
//* Nage: le joueur peut consommer l'item lorsqu'il nage
//* Mektoub: le joueur peut consommer l'item lorsqu'il chevauche un mektoub
//* Break when hit: If a creature hits the player, consumption is immediatly aborted
//* Sit: player can consume item sit down
//* Stand Up: player can consume item stand up, including while fighting
//* Swim: player can consume item while swiming
//* Mektoub: player can consume item while riding a mektoub
union
{
uint16 Data;