From 6bdbc3bb76969b501527bcdc7f7dad7119cecec9 Mon Sep 17 00:00:00 2001 From: Programerus Date: Thu, 15 Mar 2012 20:09:40 +0100 Subject: Comments translated from French to English. --- src/autoroot.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/autoroot.cpp') diff --git a/src/autoroot.cpp b/src/autoroot.cpp index ebed3aa..ff9c765 100644 --- a/src/autoroot.cpp +++ b/src/autoroot.cpp @@ -38,7 +38,7 @@ -// Constructeur de l'objet. +// Object's constructor. CAutoRoot::CAutoRoot(CInstanceManager* iMan, CObject* object) : CAuto(iMan, object) @@ -48,7 +48,7 @@ CAutoRoot::CAutoRoot(CInstanceManager* iMan, CObject* object) Init(); } -// Destructeur de l'objet. +// Object's destructor. CAutoRoot::~CAutoRoot() { @@ -56,7 +56,7 @@ CAutoRoot::~CAutoRoot() } -// D�truit l'objet. +// Destroys the object. void CAutoRoot::DeleteObject(BOOL bAll) { @@ -64,7 +64,7 @@ void CAutoRoot::DeleteObject(BOOL bAll) } -// Initialise l'objet. +// Initialize the object. void CAutoRoot::Init() { @@ -76,7 +76,7 @@ void CAutoRoot::Init() m_lastParticule = 0.0f; mat = m_object->RetWorldMatrix(0); - pos = D3DVECTOR(-5.0f, 28.0f, -4.0f); // position pointe + pos = D3DVECTOR(-5.0f, 28.0f, -4.0f); // peak position pos = Transform(*mat, pos); m_center = pos; @@ -89,7 +89,7 @@ void CAutoRoot::Init() } -// Gestion d'un �v�nement. +// Management of an event. BOOL CAutoRoot::EventProcess(const Event &event) { @@ -125,7 +125,7 @@ BOOL CAutoRoot::EventProcess(const Event &event) } -// Retourne une erreur li�e � l'�tat de l'automate. +// Returns an error due the state of the automation. Error CAutoRoot::RetError() { -- cgit v1.2.3-1-g7c22