diff --git a/SDK/include/NDK/Entity.hpp b/SDK/include/NDK/Entity.hpp index 51995c1a4..46ca39dfa 100644 --- a/SDK/include/NDK/Entity.hpp +++ b/SDK/include/NDK/Entity.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Development Kit" // For conditions of distribution and use, see copyright notice in Prerequesites.hpp diff --git a/SDK/include/NDK/Entity.inl b/SDK/include/NDK/Entity.inl index bd111175e..5b47584f7 100644 --- a/SDK/include/NDK/Entity.inl +++ b/SDK/include/NDK/Entity.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Development Kit" // For conditions of distribution and use, see copyright notice in Prerequesites.hpp diff --git a/SDK/include/NDK/EntityHandle.hpp b/SDK/include/NDK/EntityHandle.hpp index 0cef8441a..5906e8391 100644 --- a/SDK/include/NDK/EntityHandle.hpp +++ b/SDK/include/NDK/EntityHandle.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Development Kit" // For conditions of distribution and use, see copyright notice in Prerequesites.hpp diff --git a/SDK/include/NDK/EntityHandle.inl b/SDK/include/NDK/EntityHandle.inl index 32bb5f254..31a6b7d61 100644 --- a/SDK/include/NDK/EntityHandle.inl +++ b/SDK/include/NDK/EntityHandle.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Development Kit" // For conditions of distribution and use, see copyright notice in Prerequesites.hpp @@ -46,13 +46,13 @@ namespace Ndk inline void EntityHandle::Reset(Entity* entity) { - // Si nous avions déjà une entité, nous devons l'informer que nous ne pointons plus vers elle + // Si nous avions déjà une entité, nous devons l'informer que nous ne pointons plus vers elle if (m_entity) m_entity->UnregisterHandle(this); m_entity = entity; if (m_entity) - // On informe la nouvelle entité que nous pointons vers elle + // On informe la nouvelle entité que nous pointons vers elle m_entity->RegisterHandle(this); } @@ -103,15 +103,15 @@ namespace Ndk inline void EntityHandle::OnEntityDestroyed() { - // Un raccourci, un appel à Reset nous enlèverait de la liste des handles que nous ne pouvons pas modifier + // Un raccourci, un appel à Reset nous enlèverait de la liste des handles que nous ne pouvons pas modifier // maintenant car elle est actuellement parcourue m_entity = nullptr; } inline void EntityHandle::OnEntityMoved(Entity* newEntity) { - // L'entité a été déplacée (peut arriver lors d'un changement de taille du conteneur du monde) - // nous mettons à jour notre pointeur + // L'entité a été déplacée (peut arriver lors d'un changement de taille du conteneur du monde) + // nous mettons à jour notre pointeur m_entity = newEntity; } diff --git a/SDK/include/NDK/World.hpp b/SDK/include/NDK/World.hpp index 41d98c827..1dfed7602 100644 --- a/SDK/include/NDK/World.hpp +++ b/SDK/include/NDK/World.hpp @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Development Kit" // For conditions of distribution and use, see copyright notice in Prerequesites.hpp diff --git a/SDK/include/NDK/World.inl b/SDK/include/NDK/World.inl index b20960c44..0aa3e3aaf 100644 --- a/SDK/include/NDK/World.inl +++ b/SDK/include/NDK/World.inl @@ -1,4 +1,4 @@ -// Copyright (C) 2015 Jérôme Leclercq +// Copyright (C) 2015 Jérôme Leclercq // This file is part of the "Nazara Development Kit" // For conditions of distribution and use, see copyright notice in Prerequesites.hpp